Click to See Complete Forum and Search --> : Page Load Order


joro
01-23-2004, 03:07 PM
I'm not very fluent in JavaScript, so hopefully someone can help me with this. I have a page and when it loads it opens a pop up page on top of the parent page. But the pop up will not load until the parent page finishes loads. I would like to have the contents of the pop up load first. Is this at all possible? Thanks a lot.

crh3675
01-23-2004, 04:08 PM
The only way I know of this working is through server-side buffering, not directly in HTML.

--Craig