assigning value to an xsl variable

webmasterbeta

New Member
hi,

is it possible to assign a value to an xsl variable in a javascript function

i have a set of radio buttons....of the same group...

radio 1
radio 2

suppose the xsl variable is
<xsl:variable name="selOption"/>

when radio 1 is selected the value of selOption should be radio1
if radio 2 is selected the value of selOption should be radio2

based on the value of selOption variable, i need to display a table....

is this possible in xsl? if so how? Please help me...




Thanks in advance.
 
Back
Top