If i click on upload button i must get an .gif image , is it possible , in the code below
- Code: Select all
<INPUT type="button" name="btnUpload" id="btnUpload" value="Upload" onclick="validateField()" />
and this is my
source
- Code: Select all
<img src="images/action/animation/UploadStatus.gif"/>
How to put it in above code
My requirement is when the user click on upload button , he must see the UploadStatus.gif image .
please help
Regards





