Script: Dynamic Countdown Script II
http://www.dynamicdrive.com/dynamici...htmlcount2.htm
Is there any way to configure this script to redirect to a new page when the countdown reaches 0? Any help would be appreciated.
Script: Dynamic Countdown Script II
http://www.dynamicdrive.com/dynamici...htmlcount2.htm
Is there any way to configure this script to redirect to a new page when the countdown reaches 0? Any help would be appreciated.
Find and replace:with:Code:if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){ if (document.layers){ document.countdownnsmain.document.countdownnssub.document.write(opentags+message_on_occasion+closetags) document.countdownnsmain.document.countdownnssub.document.close() } else if (document.all||document.getElementById) crosscount.innerHTML=opentags+message_on_occasion+closetags return }Code:if(dday<=0&&dhour<=0&&dmin<=0&&dsec<=1&&todayd==da){ window.location.href = "page.html"; return }
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!
Thanks!
Bookmarks