|
Subject: [xsl] onChange does not funtioning? From: nenad@xxxxxxxxxxxxxxx Date: Thu, 15 May 2008 12:32:49 +0200 |
Hi,
I have:
<form action="Default.aspx" runat="server">
<select name="SelectCategories">
<xsl:attribute name="onChange">form.submit()</xsl:attribute>
<xsl:for-each select="document('../content/en//categorycodes.xml')/catcodes/category">
<option>
<xsl:attribute name="value">
<xsl:value-of select="@code"/>
</xsl:attribute>
<xsl:value-of select="."/>
</option>
</xsl:for-each>
</select>
</form>
onChange is not reacting.
Should I use javascript instead?
Thanks
Nenad
| Current Thread |
|---|
|
| <- Previous | Index | Next -> |
|---|---|---|
| RE: [xsl] Navigation / node-set, nenad | Thread | RE: [xsl] onChange does not funtion, Michael Kay |
| RE: [xsl] Navigation / node-set, nenad | Date | RE: [xsl] onChange does not funtion, Michael Kay |
| Month |