|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Anyone looking for a way to modernize legacy data or easily migrate to a more cost-effective database without sacrificing functionality will benefit from this seminar. View the Intro to Advantage Database Server now! |
|
#1
|
|||
|
|||
|
This should be an easy one. I need to automatically redirect a user to a new page once they have opened a certain page. This is the behavior that one gets when they go to a web site that has moved and they get the "You are being directed to our new site" message.
Thanks in advance. |
|
#2
|
|||
|
|||
|
Add <META HTTP-CONTENT="REFRESH" VALUE="CONTENT="xxx"; URL="http://www.somesite.com/otherfile.html"> in your <HEAD> section. Where xxx is number of seconds
Or use <BODY onLoad="Timeout("document.location=http://www.somesite.com/otherfile.html",yyyyy)">. Where yyyyy is number of milliseconds. ------------------ Good luck, Bas ------------------ E-mail me at: b.vandermeijden@pecoma.nl [This message has been edited by MeijdenB (edited May 31, 2000).] |
![]() |
| Viewing: Dev Shed Forums > Other > Beginner Programming > Redirecting User to New Page |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|