Why not use DHTML to load the external file. You can use an IFRAME on IE and a LAYER with the SRC attribute in Netscape. The template that you load should have a handler which calls back to the main page.
It would "tell" calling template that it had finished loading and to "do something". This something could be whatever you like, be it display some updated content (retrieved by the externally loaded template and then dumped into a div/layer) or set a local JS variable.... Try this: http://www.dansteinman.com/dynduo/en/source.html. Its easier than it looks. Brook At 05:32 PM 22/07/02 -0700, you wrote: >sounds possibly very silly - but the meta refresh tag.. will that work >for you? Each time it refreshes it can write and grab a variable that >would change a percent or loading bar- which could simply be a table >that has more and more columns filled in. > ><meta http-equiv="refresh" content="2"> >other than that - like someone else had suggested - flash or JS may work >for you - >jay miller > > > >Cary Gordon wrote: > > >Sounds like a job for Flash (or Java). > >At 11:37 AM 7/22/2002 -0400, you wrote: > >I have an application I am working on... > >I want each portion of the code to send an HTTP request to a page and >respond back to my page, however I want the calling page to refresh. I >really want some sort of a status maybe a % complete, but how do I get >the >page to constantly refresh. > >Any ideas and or examples people have seen would be great. Sorry I >couldn't >be anymore vague :) I can see it in my head but not put it in >writing... > >Thanks, > >Neil > > > > > ______________________________________________________________________ Get the mailserver that powers this list at http://www.coolfusion.com FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Archives: http://www.mail-archive.com/[email protected]/ Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

