Posts: 3,621
Name: Thierry
Location: I'm the uber Spaminator !
|
Sorry, I tried, but js debugging in IE is the worst thing that I ever had to do, and it's stil the same.
The microsoft script debugger gives me an error on a <div> tag (that thing is completly lost) and I never have found anything even as close as 10% of firebug for IE.
But my guess is that the problem lies into open_url().
You have a lot of global variables being used in there, and the problem is certainly that the scope in IE is different than the other.
Try to add a bunch of echo() to see if it's in that function that the problem is located, and make your way up to the point where the script fail.
__________________
Only a biker knows why a dog sticks his head out the window.
|