[xsl] submit button and passing values

Subject: [xsl] submit button and passing values
From: "Mandeep S Dhadda" <m.s.dhadda@xxxxxxxxxxx>
Date: Thu, 21 Nov 2002 10:16:59 -0000
Hello,

I need help with the following:

I have submit button which should go to the URL, which the corresponds to
the :
<xsl:value-of select="UrlTag"/>

Some code:

<form><xsl:attribute name="action"><xsl:value-of
select="UrlTag"/></xsl:attribute>
	<input type="hidden" name="name"><xsl:attribute name="value"><xsl:value-of
select="nameTag"/></xsl:attribute></input>
	<input type="submit" value="Go To Link"></input>
</form>

Also I am passing a hidden value to the URL, when the button is pressed,
which the person should not able see in the URL such as the POST method.

Any Suggestions guys...



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


Current Thread