Page Refresh Problem
-
Hi friends, In my project i have registration form. In that if i fill and submitted the form to save all fields it works fine. After that if u click on refresh button in browser again record is saving. So,how can avoid saving record twice if we refresh the page. Any suggestions plz......... Thanks in advance. Regards, Niranjan
-
Hi friends, In my project i have registration form. In that if i fill and submitted the form to save all fields it works fine. After that if u click on refresh button in browser again record is saving. So,how can avoid saving record twice if we refresh the page. Any suggestions plz......... Thanks in advance. Regards, Niranjan
Post details will be stored in the browser cache and will be posted again when you hit refresh. You can redirect to some confirmation page after adding. This will clear the post data and problem will be solved. Or if you don't want to use conformation page, then you can redirect to same page.
-
Post details will be stored in the browser cache and will be posted again when you hit refresh. You can redirect to some confirmation page after adding. This will clear the post data and problem will be solved. Or if you don't want to use conformation page, then you can redirect to same page.
-
Hi friends, In my project i have registration form. In that if i fill and submitted the form to save all fields it works fine. After that if u click on refresh button in browser again record is saving. So,how can avoid saving record twice if we refresh the page. Any suggestions plz......... Thanks in advance. Regards, Niranjan
If possible then post your code. Regards. Rahul
rahul