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.
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.