Aug 27, 2003 #1 kwunder Technical User Jun 2, 2001 860 GB Anyone know the code to get one webpage to redirect to another after a few seconds ? Thanks kwunder
Aug 27, 2003 1 #2 Rougy Programmer Oct 15, 2001 249 US <HTML> <HEAD> <meta http-equiv="refresh" content="10; URL=http://home.eastlink.ca"> <title>redirect page</title> </HEAD> <body bgcolor="#ffffff"> <center>Body Stuff Here</center> </body> </html> I think the "10; stands for ten seconds. ----- The death of dogma is the birth of reason. Upvote 0 Downvote
<HTML> <HEAD> <meta http-equiv="refresh" content="10; URL=http://home.eastlink.ca"> <title>redirect page</title> </HEAD> <body bgcolor="#ffffff"> <center>Body Stuff Here</center> </body> </html> I think the "10; stands for ten seconds. ----- The death of dogma is the birth of reason.
Aug 27, 2003 Thread starter #3 kwunder Technical User Jun 2, 2001 860 GB Thanks Rougy ! Nice One ! kwunder Upvote 0 Downvote