toprashantjha Posted July 15, 2008 Share Posted July 15, 2008 hi, anybody can please explain me what is the difference when we reload the page using window.location.reload() and page submision using form_name.submit() Quote Link to comment Share on other sites More sharing options...
PC Nerd Posted July 15, 2008 Share Posted July 15, 2008 window.location.reload() doesnt send the form data. form_name.submit() submits the data to the forms action value. 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.