I'm using IE 6.0.2800.1106 and it appears to have a problem with the modulus operator. For example, try entering this into the URL bar:
javascript:alert(100%10)
It worked fine in Netscape, but in IE I got an "Invalid character" error.
For another example, enter this into the URL bar:
javascript:alert(102%34)
You should get zero back (as you do in Netscape), but IE returns 1024!
If anyone has an idea what is going on, I would appreciate feedback. THanks!
Tom
javascript:alert(100%10)
It worked fine in Netscape, but in IE I got an "Invalid character" error.
For another example, enter this into the URL bar:
javascript:alert(102%34)
You should get zero back (as you do in Netscape), but IE returns 1024!
If anyone has an idea what is going on, I would appreciate feedback. THanks!
Tom
Comment