This is the mail archive of the xsl-list@mulberrytech.com mailing list .


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: XSL and JavaScript Problem



> 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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]