How can I make a timer that counts down from 60 seconds and after that directs me to another page

Please help me
Thank you ! :)

Recommended Answers

All 2 Replies

Hey, if you want a visual counter look here: http://www.hashemian.com/tools/javascript-countdown.htm

A countdown timer is something that needs to be done client-side e.g. in javascript.

This is one I've used previously. Once you get it counting down from 60 seconds post your code and we can implement the redirect.

You can do a standard html redirect in 60 seconds which you can surround with <noscript></nostript> to provide a noscript option, but in order to display a timer you will need javascript.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.