Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Westi on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

send a value of select option

Status
Not open for further replies.

bbvic

Technical User
Oct 21, 2004
51
US
I have a.xsl file
--------
<select name="frm" tabindex="1">
<xsl:attribute name="value">
<xsl:value-of select="@value"/>
</xsl:attribute>
<xsl:value-of select="@value"/>
<option value="1">R</option>
<option value="2">p</option>
<option value="3">I</option>
<option value="4">G</option>
</select>
----------
b.xml will get a value from a.xsl.
How can i send a value to there?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top