The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> Return to Main Page
tinkertron
post Dec 5 2009, 12:56 AM
Post #1





Group: Members
Posts: 6
Joined: 23-July 09
Member No.: 9,226



I have a email form that once the user submits the form they are directed to a thank you page. I want to display this page for an amount of time (20 seconds or so) and have then automatically return to the main page. Also I want it to show a count down from 20 second and a link to provide to them if they don't want to wait for the re-direct. can someone show me a basic html of this type of code. thanks
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Dec 5 2009, 02:26 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



See http://htmlhelp.com/faq/html/publish.html#redirect .

The countdown can't be done with HTML. Google for example "javascript countdown".
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
kirank
post Dec 5 2009, 04:31 AM
Post #3


Newbie
*

Group: Members
Posts: 19
Joined: 11-August 09
Member No.: 9,383



QUOTE(tinkertron @ Dec 5 2009, 12:56 AM) *

I have a email form that once the user submits the form they are directed to a thank you page. I want to display this page for an amount of time (20 seconds or so) and have then automatically return to the main page. Also I want it to show a count down from 20 second and a link to provide to them if they don't want to wait for the re-direct. can someone show me a basic html of this type of code. thanks


CODE

<meta http-equiv="refresh" content="25;url=http://www.xyz.com/thanx.html" />

if u want to refresh page and redirect to another site after some time then use this
here after 25 sec it redirect to thanx.html
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 26th April 2024 - 03:56 AM