Redirect help

  • Thread starter Thread starter momo
  • Start date Start date
M

momo

I am trying to redirect a page after it has been displayed for 30 seconds.
Can someone help me.

Thanks,

momo.
 
momo said:
I am trying to redirect a page after it has been displayed for 30 seconds.
Can someone help me.

You can't do this with server-side code. However, if you put this into the
<head> section of the HTML code:

<meta http-equiv="Refresh" content="30,URL=http://somewebsite.com">

....where "somewebsite.com" is the actual redirect.

R.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top