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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Please!!1

Status
Not open for further replies.

Ahssan

Programmer
Nov 4, 2003
27
KW
Hi all,

I have little simulation in my application which im trying to perform but its not happening the way i want it.

I have a page A which is use to create a new record once user clicks submit he should see page B which has a little animation showing that sending notification after that the user should see page C.

The application is sending notification fine but when user clicks on submit it doesnt show page B (Animation) and goes straight to page C.


The Animation page is actually sending an email which takes 2-5 sec during that time i want to show that animation.

i have tried response.redirect , server.transfer and server.execute but none of them performing the function which im looking for. Please is any of you have any other way to do it then let me know , will appreciate highly.

Regards
 
Sound like the code is executed in a linear fashion. The page will not redirect until the code before it has finished executing. You may want to look at threading? I have never used this before, but have read a little about it. It allows you to execute multiple items simultaniously.

Check out this link It may shead some light on the subject.


Jason Meckley
Database Analyst
WITF
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top