Forum Moderators: open

Message Too Old, No Replies

Works in Netscape Not in Ie6

javascript making IE 6 CRASH

         

lovecss

1:16 pm on Aug 6, 2004 (gmt 0)

10+ Year Member



I have a kinda wierd application running.The application uses the display output() function to write the page dynamically.. and i have created a dynamic tooltip for this one..
and it works fine in netscape..
but not in IE6. The funky thing is in my display output(); function when i give "alert(some text)" it alerts and the page loads beautifully. i give that alert right after mainFrame.document.writeln("</html>")
but when i take that alert off IE6 CRASHES.. I tried using the alert to find if the code was working fine and where the error occured.. but now.. i cannot get rid of the alert(); and if i give alert(); after document.close it wont work.. any help? :(

silk

11:33 am on Aug 11, 2004 (gmt 0)

10+ Year Member



sorry man, i'm clueless. Are u using frames? BTW?

flashfan

2:32 pm on Aug 11, 2004 (gmt 0)

10+ Year Member



Did you forget 'return'?