kts Posted September 29, 2009 Share Posted September 29, 2009 I am trying to use google map api to validate an address and sometimes the first click of my submit button on the form does not show results, then when submitted again, it does not work properly. How can I ensure it will work the first click? Quote Link to comment Share on other sites More sharing options...
kts Posted September 29, 2009 Author Share Posted September 29, 2009 To add it also seems to be due to onsubmit="function() return false;" Quote Link to comment Share on other sites More sharing options...
kts Posted September 29, 2009 Author Share Posted September 29, 2009 Solved. as usual time goes by and you find it. For future reference: return false on the onsubmit will sometimes submit the form, but cancel it out with the false. 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.