Tricky Javascript/XSL '&' problem......
Hi Guys,
having a problem, would appreciate some help !
I am passing some params to a Javascript function, one of which is some free text for a title on part of the web page's header.
However, the page is actually rendered via XSL and when I want to pass in a '&' as part of the free text, it's not happy at all....
Here's the function (Free text being passed is Fish & Chips...)
javascript:BuyList
'50350119,50671442,54149957,55028517','showimage,F ish & Chips,header,footer||Test text at the top of page');
Is there any way around this? Or will I have to use 'and'
I have tried & with no success....
Cheers in advance !
Robster
|