Paul:

You've got two options...

You can create as many $ie objects (threads) as you like - each one will be an independent explorer session with it's own settings, size, document, etc...

Your other option is to write over your existing page ($doc) with new html, then write back your old html when done - but I think this option might be tricky because you'd probably lose your previous page's state information (unless you could save and restore it somehow).

I think option two is the better one - might want to run some tests...

I really like that admin script - It's too sexy for this shirt !

Shawn.

[This message has been edited by Shawn (edited 14 December 2000).]