Page 1 of 1

forwarding to next page

Posted: Fri Jul 23, 2004 3:07 am
by bugthefixer
i have a page which is the logo page of my site that has an enter button when user presses enter, user enters the site. now i want to set a timer so that even if user doesnt presses enter for a specific time still it enters the site after that specif time.

Posted: Fri Jul 23, 2004 3:44 am
by lolpix

Code: Select all

<head>

    <meta http-equiv="refresh" content="2;url=http://www.example.com/">

</head>

content="time in seconds;url=page to redirect to"

Do not set the time too short, as it may redirect the browser before all the images on the index page load.