[REBOL] Re: New Document (CGI)

2002-04-25 Thread Petr Krenzelok
Gabriele Santilli wrote: >Hi Ammon, > >On Wednesday, April 24, 2002, 12:21:58 PM, you wrote: > >AJ> I am playing with some CGI I have a time consuming script that >happens >AJ> in the background & I want to let the user know something is happening, but >AJ> when it is done I want t

[REBOL] Re: New Document (CGI)

2002-04-25 Thread Gabriele Santilli
Hi Ammon, On Wednesday, April 24, 2002, 12:21:58 PM, you wrote: AJ> I am playing with some CGI I have a time consuming script that happens AJ> in the background & I want to let the user know something is happening, but AJ> when it is done I want to send the user a fresh page & get

[REBOL] Re: New Document (CGI)

2002-04-24 Thread Cybarite
Ammon, Not as pretty as you might want but you can use the html meta tag to refresh the page . browser sends request to CGI script ... say script is %long-running-thing.r . %long-running-thing.r sends page to browser with message about process in progress . this page includes http://your.domai