Redirecting

Redirect To A New Page <script type=”text/JavaScript”> window.location = “http://www.mydomain.com” </script>”; Redirect With POST Data Using A Hidden Form Include the hidden form with the values you want to send on the page: <!– ———————————————– –> <!– HIDDEN FORM AUTO SUBMITTED ON UPLOAD COMPLETION –> <!– ———————————————– –> <form id=”form_upload_complete” name=”form_upload_complete” method=”post” action=”http://www.mydomain.com/successful_upload.php”> <input type=”hidden” […]

Read More

Reload page

Reload the current page Form reloads current page Link reloads current page Reload current page but with post values stripped Using javascript Periodic Refresh

Read More