Is it possible to have a button open a pop-up window that on page load redirects to mysite.com
it then waits on mysite.com for a specified amount of time then redirects, and repeats?
Is it possible to have a button open a pop-up window that on page
Share
You could have the popup contain an
<iframe>, and control the target in an JavaScript timer within the popup page, or and I have not tested this, get the handle of the popup and try to change the window.location of that window.<iframe>methodHere you need to replace
"p1.html","p2.html"with your own urls. You’ll also need to changecurrentUrl = currentUrl == 0 ? 1 : 0;if you have more than two in your array. The1000refers to milliseconds – change to 5000 for 5 seconds.