On the page you want to detect is open On the page you want to find out if the other page is open
Category: Page Control
Page detect
Does Window have focus Trigger on page load Trigger on page got focus
Page Load
Running code on page load
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” […]
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
Scroll to position
Scroll to location