[Home] [By Thread] [By Date] [Recent Entries]
...
<xsl:param name="param" />
...
<a href ="javascript:jsFunction('{$param}')">Call to javascript</a>OR <xsl:template match="tag">
<a href ="javascript:jsFunction('{.}')">Call to javascript</a>
</xsl:template>patterj@xxxxxxxxxxxx wrote: I'm trying create a hyperlink to a javascript function that passes a parameter that is stored in the xml. I'm lost on how to accomplish this:
|

Cart



