Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JS special characters with netscape

Status
Not open for further replies.

mtawk

Programmer
Nov 6, 2001
26
IQ
is there a way to stop netscape from converting the javascript special characters to ASCII code.

I'm sending :
window.open('myfile.html?myvar1=x&myvar=y&myvar3=z');

netscape is replacing &, = by their ASCII code, and i'm not able to get my variables.
otherwise IE is acting properly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top