RE: [xsl] XSL href with document.form.text.value

Subject: RE: [xsl] XSL href with document.form.text.value
From: "Mohamed El-Zahaby" <zahaby@xxxxxxxxxxx>
Date: Mon, 23 Feb 2004 03:05:48 +0000

thanks very much I got the error
<a><xsl:attribute name="href">javascript:PopUpaNewWindow(window.document.Mpage.RowsDone[4].Value )</xsl:attribute>


should be

<a><xsl:attribute name="href">javascript:PopUpaNewWindow(window.document.Mpage.RowsDone[4].value )</xsl:attribute>

(value instead Value)

thanks again ; and sorry for bother

From: "Mohamed El-Zahaby" <zahaby@xxxxxxxxxxx>
Reply-To: xsl-list@xxxxxxxxxxxxxxxxxxxxxx
To: xsl-list-digest@xxxxxxxxxxxxxxxxxxxxxx
Subject: [xsl] XSL href with document.form.text.value
Date: Mon, 23 Feb 2004 02:40:49 +0000
MIME-Version: 1.0
X-Originating-IP: [62.114.58.235]
X-Originating-Email: [zahaby@xxxxxxxxxxx]
X-Sender: zahaby@xxxxxxxxxxx
Received: from mc12-f26.hotmail.com ([65.54.167.162]) by mc12-s18.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Sun, 22 Feb 2004 18:47:05 -0800
Received: from biglist.com ([216.223.208.41]) by mc12-f26.hotmail.com with Microsoft SMTPSVC(5.0.2195.6824); Sun, 22 Feb 2004 18:46:16 -0800
Received: from localhost (daemon@localhost)by biglist.com (8.8.8/8.8.5/BL-2) with SMTP id VAA20976;Sun, 22 Feb 2004 21:43:25 -0500 (EST)
Received: by biglist.com (km_bm v1.13); Sun, 22 Feb 2004 21:41:31 -0500
Received: (from majordom@localhost)by biglist.com (8.8.8/8.8.5/BL-2) id VAA20925;Sun, 22 Feb 2004 21:41:26 -0500 (EST)
X-Message-Info: TiNwL5K19MFRsgcOTXFkSMg3+gwKfZEgwChk87FG9/Y=
Message-ID: <BAY2-F72i5vDwbESLvU0000a85f@xxxxxxxxxxx>
X-OriginalArrivalTime: 23 Feb 2004 02:40:50.0060 (UTC) FILETIME=[72B90CC0:01C3F9B6]
X-MailLoop: 1
Return-Path: owner-xsl-list@xxxxxxxxxxxxxxxxxxxxxx


I am trying to pass a value of a textbox to an other asp page
I am trying doing this

<a><xsl:attribute name="href">javascript:PopUpaNewWindow(document.Mpage.RowsDone[4].Value )</xsl:attribute>

the problem that the js function cannot define the textbox value

also I tried this

<a href="mypage.asp?Myparam={windows.document.Mpage.RowsDone.Value} )">
I got an error


what can I do ?
thanks very much

_________________________________________________________________
MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE* http://join.msn.com/?page=features/junkmail



XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list



Current Thread