mrjameer Posted March 17, 2007 Share Posted March 17, 2007 hi, when a user will upload the image on my site i want to show an animated gif for indicating that the form is being validated any of your idea will be surely appreciated thanks mrjameer Link to comment https://forums.phpfreaks.com/topic/43118-showing-a-image-while-the-form-is-being-validated/ Share on other sites More sharing options...
Glyde Posted March 17, 2007 Share Posted March 17, 2007 Wrong forum since really this is JavaScript related, but... If it's a file upload, you can just add an onsubmit="javascriptFunction()" attribute to the form tag. Then create a function called javascriptFunction() which updates the page and puts in an animated GIF. If you need help on creating the function...post in the correct forum. Link to comment https://forums.phpfreaks.com/topic/43118-showing-a-image-while-the-form-is-being-validated/#findComment-209412 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.