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() Link to comment https://forums.phpfreaks.com/topic/114784-difference-between-reload-and-submit/ 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. Link to comment https://forums.phpfreaks.com/topic/114784-difference-between-reload-and-submit/#findComment-590246 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.