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
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