03-08-2011, 05:52 PM
|
#5 (permalink)
|
|
The Acquainted
Join Date: May 2009
Posts: 178
Thanks: 9
|
Thanks - I'm halfway there. I've added the image:
PHP Code:
<img class="pleasewait" src="images/pleasewait.gif">
and the CSS:
PHP Code:
img.pleasewait {display: none;}
And the image is not shown. What should my form onSubmit javascript be?
|
|
|
|