markknowsley
Programmer
Can someone post some code / link to tutorial on how to automatically redirect a web page after a few seconds once it has loaded?
Thanks in advance.
Mark.
Thanks in advance.
Mark.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Response.AddHeader ("Refresh", "5; URL=http://www.tek-tips.com");