Jump to content

iamgoondu

Members
  • Posts

    2
  • Joined

  • Last visited

iamgoondu's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. Hi,I had a variable called sSlotID. I would like to pass the variable into the NAME OF THE INPUT TEXTBOX, how can I do it?Thanks alot!<xsl:for-each select="Input/SelectedSlots/SelectedSlot"><script language="JScript"><![CDATA[var sSlotID = "]]><xsl:value-of select="SlotID"/><![CDATA[";]]>document.write(sSlotID)</script> <TR><TD align = "center" colspan="3" ><font size="1"> <xsl:value-of select="sSlotID"/> </font></TD> <TD colspan="3"><INPUT id="txt" type="textbox" name="SlotID" ></INPUT></TD></TR> </xsl:for-each>
×
×
  • Create New...