How do I get my script to display a nice little animated gif with a message saying:
"Please wait while we attempt to send your email."
while waiting for the mail() function to return, which will then of course report whether the message was sent or not.
I have one two reasons I want to do this:
1. To inform the user
2. To prevent the user from clicking the Submit button eighty times.
Thanks!!!