M momo Nov 10, 2003 #1 I am trying to redirect a page after it has been displayed for 30 seconds. Can someone help me. Thanks, momo.
I am trying to redirect a page after it has been displayed for 30 seconds. Can someone help me. Thanks, momo.
R Richard K Bethell Nov 10, 2003 #2 momo said: I am trying to redirect a page after it has been displayed for 30 seconds. Can someone help me. Click to expand... 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.
momo said: I am trying to redirect a page after it has been displayed for 30 seconds. Can someone help me. Click to expand... 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.