Re: XSL and JavaScript Problem

Subject: Re: XSL and JavaScript Problem
From: "Robert Koberg" <rob@xxxxxxxxxx>
Date: Thu, 10 Aug 2000 14:06:12 -0700
> 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


Current Thread