Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Write Line to Browser while long running query executing 1

Status
Not open for further replies.

OldWilly

Programmer
Joined
Mar 1, 2002
Messages
66
I want to write a line to the browser saying
"Now processing ...."
while a long-running query is executing.
However my message doesn't appear until the query
is finished. (so I look at a blank page until it is done).
..... any ideas ???
 
&quot;Now Processing...&quot;<CFFLUSH>

Need to read up on the tag in cf reference though...
 
We're not running on CF version 5
 
I usually put an intermediate page in that says &quot;Now processing&quot; maybe with a little animated GIF or something. On that page, I have a form that calls the page that does the actual processing. Use the form to pass any information that needs to be used, and use an onLoad handler in your BODY tag to submit the form.

The &quot;Now processing&quot; page will display until the next page is done doing its thing.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top