xsl-list
[Top] [All Lists]

RE: javascript- variable question - in XSL document

2003-09-19 11:13:40
[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



<Prev in Thread] Current Thread [Next in Thread>