Forum Moderators: open

Message Too Old, No Replies

Browser Hangs on Call of Javascript

the javascript iterates thru all the elements of the form

         

Hetal Doctor

8:44 am on May 13, 2004 (gmt 0)



The javascript is called which iterates thru all the elements of the form . it hangs the browser. The form has more than 100 elements . There are 2 jscripts which are loading. I am not able to understand the problem

Bernard Marx

9:45 am on May 13, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Nor do we. Time to see the script, I reckon.

AWildman

4:22 pm on May 14, 2004 (gmt 0)

10+ Year Member



It would also help to know which browser or browsers and operating systems are causing the problem.

I had a very large form with at least as many elements that I had a js go through and it never hung so I don't think its just that you're trying to iterate over a large number of form elements.

Doh! Welcome to WebmasterWorld!

BlobFisk

4:25 pm on May 14, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to WebmasterWorld, Hetal_Doctor!

Is an error thrown? The best way to check this is to use something like Mozilla with the JavaScript debug window open. IE will show an error icon in the bottom left of thf status bar...

This information may help us in trying to figure out the source of the problem...

HTH