Asp search in progress page...How?

K

Kermit

Any suggestions to the following problem...

I need a search in progress page, so when a user clicks my search button
they are then directed to a 'searching...' page with an animated gif.

The search in progress page needs to use 'GET' to go and retrieve the
results of the search. Once the results come back they replace the search in
progress page.

Any help appreciated!

Many thanks,

Ian
 
R

Ray Costanzo [MVP]

This could be done with a mix of client-side code and server-side code.
Basically, you write out some HTML with a "searching" message, flush the
response, run your server-side code, then flush the rest of the response,
which would contain client-side code that would hide the original
"searching" message.

http://www.aspfaq.com/show.asp?id=2498

Ray at home
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top