RE: [xsl] javascript- variable question - in XSL document

Subject: RE: [xsl] javascript- variable question - in XSL document
From: "Passin, Tom" <tpassin@xxxxxxxxxxxx>
Date: Fri, 19 Sep 2003 14:13:40 -0400
[Bruce Rojas-Rennke]

> I have a javascript function in an XSL page, and can't get 
> the beast to
> handle it's own variable.

No, this is a javascript issue.  It has nothing to do with xslt.  The
output was exactly what you asked for.  Instead, you want to concatenate
the __value__ of varNow with rest of the string, like so -

window.open('http://192.168.1.13/OnePointBPO/popup.cfm?selectAcct=' +
varNow + ',//... etc.

Cheers,

Tom P

 XSL-List info and archive:  http://www.mulberrytech.com/xsl/xsl-list


Current Thread