A
arashamiri
Hi!
I have a problem:
I want to include a javascript-link in XSP with parameters on the
querystring, such as:
....
<xsp:attribute
name="value">javascript:link.html?test=1&test2=2</xsp:attribute>
....
How can I prevent the ampersand from being escaped???
I only get:
javascript:link.html?test=1&test2=2</xsp:...
which obviously is useless for my browser...
please help!!!
arash.
I have a problem:
I want to include a javascript-link in XSP with parameters on the
querystring, such as:
....
<xsp:attribute
name="value">javascript:link.html?test=1&test2=2</xsp:attribute>
....
How can I prevent the ampersand from being escaped???
I only get:
javascript:link.html?test=1&test2=2</xsp:...
which obviously is useless for my browser...
please help!!!
arash.