-
countdown timer
i got html code for countdown timer but i want to add a text message after countdown finishes
will we able do that by editing this code.
<head>
<meta http-equiv="refresh" content="5;URL=http://yoururl.com">
</head>
-
-
Hmm... the countdown is 5 seconds?
Considering you are using Javascript anyway, might as well use "if (*complete*) window.location = 'nextpage....';"
Note that complete is the condition at which it redirects.
Using a meta tag won't relate to the javascript so it that gets slow or starts late, it won't be synchronized.
Daniel -
Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks