Hi all,
was wondering if anyone might have knowledge on this. am testing with
Opera 7.11.
essentially whenever i try to use the substring "&lang=" in any string
value in javascript, and try to print it out, the "&lang" gets
converted into some strange character.
i.e., just try:
alert ("heyhey&lang=blahblah");
and i'll get:
"heyhey*=blahblah" in the resulting alert.
this isn't a problem for IE and Netscape. is "&lang" a reserved word
of some kind in opera's implementation of javascript?
any help would be appreciated. thanks.
Genzo