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 Quote 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. Quote 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 Quote Link to comment https://forums.phpfreaks.com/topic/114873-solved-form-question/#findComment-590718 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.