Click to See Complete Forum and Search --> : Exception occurred
Helix
09-24-2003, 04:17 PM
What does this error message try to say?? I'm receiving it in the process of opening a window when I'm working ONLINE ONLY. With the page offline everything is going fine.
Please notice the stupidity in creating such an error message. As not having the opportunity to debug scripts wasn't enough, now I'm getting this crap - just because someone was lame enough not to properly describe the problem.
Sorry. I'm pretty desperate. Any help would be appreciated.
Helix
09-25-2003, 03:36 AM
To further describe my problem I should say that I'm using window.open to load an existing html file with 3 frames, afterwich I'm writing to one of the frames with body.insertAdjacentHTML. I'm getting the error somewhere during these two actions.
Thank you.
A link to the page would be helpful
Khalid Ali
09-25-2003, 08:16 AM
Correct providing a link be very usefull,however my guess is there is a page loading problem,if the code in the frameset is as such that its trying to read something in other frame while its not completely loded or you are trying to do something with the child document from the page parent.
Make sure that you give enough time for frames pages to finish loading.
Helix
10-01-2003, 01:33 AM
Thank you very much for your replies.
I can't yet provide a link.
InsertAdjacentHTML() is pretty tricky to use so I no longer use it. Instead, I'm creating a blank document and I'm writing the whole page with document.write().
That still doesn't work, but as I'm getting another error the discussion no longer belongs to this thread. I created another one. Please visit
http://forums.webdeveloper.com/showthread.php?s=&threadid=18485