Forum Moderators: open
When you go to the page and use the select box it throws an "Object Expected" error in IE. It works fine in Opera and Firefox. In IE it'll only work if I refresh the page.
It acts like its not loading the external js on the first try? I use the absolute path to the javascript. No errors in the Firefox console or Opera that I can detect.
Ring any bells to anyone?
I can't post the code as its pretty large and other than not functioning properly error free but if anyone wants to see it let me know and I'll show you the page.
Here is a little more info though. The code works if the debugger is off in IE.
The problem is that when you first go to a page with this script src tag its not loading the page. I don't know if this is due to some sort of strange cache but the script is not re-loaded unless you hit the reload button. But I put an alert inside the script.js file and it is called when the debugger is off everytime like its supposed to be. Turn the debugger on and you don't get an alert because the page isn't loaded. anyone?