vince
|
| Posted: 08/13/2002, 2:50 AM |
|
I am using a 'I've lost my email' page on my website which is working pretty well. The problem is that I have more than 300000 records in my Mysql database so once you press submit to retrieve your password, it takes sth like 10 seconds to get the result on the screen. Is there any way to have a message like 'Please wait...' on the page once you click the submit button?
Thanks for any tips.
Vincent
|
|
|
 |
Ronb
|
| Posted: 08/13/2002, 3:48 AM |
|
maybe with javascript, open a popup on submit and fire an event onload that closes the popup after refreshing the page?
|
|
|
 |
|