|
[XSL-LIST Mailing List Archive Home] [By Thread] [By Date] [Recent Entries] [Reply To This Message] Re: javascript hyperlink ?
...
<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:
|
PURCHASE STYLUS STUDIO ONLINE TODAY!Purchasing Stylus Studio from our online shop is Easy, Secure and Value Priced! Download The World's Best XML IDE!Accelerate XML development with our award-winning XML IDE - Download a free trial today! Subscribe in XML format
|






