Forum Moderators: open

Message Too Old, No Replies

Problem with Javascript in IE.

Calling two different javascripts on the same page crashes/locks up IE.

         

Linda_A

12:52 pm on Oct 16, 2004 (gmt 0)

10+ Year Member



Page: [westeros.org...]
Javascript 1: [westeros.org...]
Javascript 2: [westeros.org...]

This works fine in Mozilla, but when I try to view the page in IE Javascript 1 never seems to load and the page locks up.

Is it not possible to call two Javascripts on the same page and have it work in IE? Or do these scripts conflict somehow?

jo1ene

1:26 pm on Oct 16, 2004 (gmt 0)

10+ Year Member



I've had a similar probelm where one JS would cause another not to show up. My browser window didn't crash however. I did a bunch of research and posted on some forums and never got a satisfactory explanation. In my case, HTMLArea would not allow the JS drop-down menu to load. Neither the HTMLArea nor the Menu people were able to help me. The response I got was, "Too bad, so sad. Pick one or the other."

reloguy

2:06 am on Oct 17, 2004 (gmt 0)

10+ Year Member



Can you post the HTML for the main page so I can see how/when you're referencing the JS scripts? I suspect there's a problem with the onload handler in the first script being called endlessly when the page reloads as a result of the second script.