Hello All. I have a question that I need help with. I have a link, and I need that link to be automatically executed after a certain period of time after the page loads. Any help would be greatly appreciated.
Hello All. I have a question that I need help with. I have a link, and I need that link to be automatically executed after a certain period of time after the page loads. Any help would be greatly appreciated.
Use a meta refresh:That's to go to http://www.othersite.com/mypage.htm in five seconds after the page is loaded. The tag should be put in the <head> of the page.Code:<meta http-equiv="refresh" content="5;http://www.othersite.com/mypage.htm" />
This thread is in the wrong forum.
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
Can't you also set a timeout() in javascript for browsers that don't support meta refresh? Or am I just smoking something?
Bookmarks