Endbringer
Technical User
I'm trying to pass a javascript result as text into a XSL variable. I'm not sure how to go about it. Any help would be appriciated.
I need something similar to this, but this doesn't work.
<xsl:variable name="searchItem">
searchForm.searchfield.value
</xsl:variable>
Thanks,
Robert
I need something similar to this, but this doesn't work.
<xsl:variable name="searchItem">
searchForm.searchfield.value
</xsl:variable>
Thanks,
Robert