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? :(