paulman888888 Posted July 15, 2008 Share Posted July 15, 2008 This is my submit button from my form. <input type="submit" name="button" id="button" value="Submit"> I would like it when click to change from submit to Please Wait... I dont know how to do it but i think it would be something like this <input onclick=" disabled='disabled', value="Please Wait...">//i hope i got part right type="submit" name="button" id="button" value="Submit"> Thankyou Paul Link to comment https://forums.phpfreaks.com/topic/114873-solved-form-question/ Share on other sites More sharing options...
revraz Posted July 15, 2008 Share Posted July 15, 2008 That would be javascript, not PHP. Link to comment https://forums.phpfreaks.com/topic/114873-solved-form-question/#findComment-590716 Share on other sites More sharing options...
JD* Posted July 15, 2008 Share Posted July 15, 2008 http://www.codeave.com/javascript/code.asp?u_log=7032 Link to comment https://forums.phpfreaks.com/topic/114873-solved-form-question/#findComment-590718 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.