[Home] [By Thread] [By Date] [Recent Entries]
> In the following tag fragment:
>
> <A HREF="JavaScript: doOpenDetails{$itemID}">
> <xsl:value-of select="Item/@ItemDesc"/>
> </A>
you are simply concantenating (what I guess is) the param/arg you want to
send to the function name.
try:
javascript:doOpenDetails({$itemID});
XSL-List info and archive: http://www.mulberrytech.com/xsl/xsl-list
|

Cart



