[thelist] JS - loading an external page

Peter-Paul Koch gassinaumasis at hotmail.com
Sat Mar 9 18:42:00 CST 2002


>In a block of JS (in the HEAD of my HTML page), I load in an external HTML
>page into an invisible IFRAME (IE) or LAYER (NS).
>
>BUT, the trickiness here, is that I need to consider the contents of the
>externally loaded HTML page *BEFORE* any more of the HTML page is parsed by
>the browser (I'm actually not wanting to display it at all, in this
>instance).

That is not possible. This setup won't work. The HTML will be loaded and
parsed, and it's impossible to stop it except by unloading the page.

I don't doubt there will be another solution for your problem, but for the
moment I can't think of it.

No doubt someone else will have clearer thoughts about this.

Late, vague,

ppk

_________________________________________________________________
Get your FREE download of MSN Explorer at http://explorer.msn.com/intl.asp.




More information about the thelist mailing list