|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I was wondering if there were a way to redirect pages to one another? For instance, if I type in a URL, can this page contain script so that it will redirect (preferably after a specified period of time)to another page, which will redirect to yet another page, ..and so forth? I don't know much javascript so anything you can throw at me will be helpful. Thanks!
|
|
#2
|
|||
|
|||
|
Hi there!
Here is the code for redirecting to another page: <meta http-equiv="refresh" content="1; url=http://www.fda.gov/ora/ora21/hammers.htm"> where 1; is the time in seconds the browser waits to hop to the next page and url = somewhere.htm specifies the next page hope this helps Bjoern |
|
#3
|
|||
|
|||
|
Thanks alot.. that was simple enough!!
|
![]() |
| Viewing: Dev Shed Forums > Web Design > HTML Programming > redirecting between pages |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|