Search the web
Sign In
New User? Sign Up
JS-Jive · The premiere Yahoo! Javascript Group
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
IE 7 javascript issue   Message List  
Reply | Forward Message #21082 of 21091 |
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




Wed Jun 20, 2007 6:47 pm

ashkumar97
Offline Offline
Send Email Send Email

Forward
Message #21082 of 21091 |
Expand Messages Author Sort by Date

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"; //......
Ashish Kumar
ashkumar97
Offline Send Email
Jun 20, 2007
6:51 pm
Advanced

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help