Hi All,
I am facing issues with IE 7.
If I have a simple page with the following content:
<html><body><script>
var aaa = new Object();
aaa.data = "bbb";
//... and repeat the above statement 32767 times
</script></body></html>
The page will throw syntax errors on IE 7. If I reduce the number of
statement by one, it works. The page works on IE 6 and which much
more data.
Is there a setting in IE 7 which is restricting this to 2 pow 15
(=32768)assignments or something?
Regards,
Ash