ted_chou12 Posted April 4, 2007 Share Posted April 4, 2007 enter does work and automatically submits when the input button type is submit, however, it doesnt with type=button, I wish to know how to make enter works for buttons as well. Thanks Ted Quote Link to comment Share on other sites More sharing options...
sycosyco123 Posted April 6, 2007 Share Posted April 6, 2007 This ought to do it <input type="button" name="button_name" value='Submit' onClick='form_name.button_name.value="Please Wait...";return true'> Quote Link to comment 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.