|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
How to redirect a web pages by time interval
Hi alll........I have web pages that I would like to automaticly redirect when it reach certain timing
|
|
#2
|
||||
|
||||
|
Use javascript:
function redirect() { document.location = "http://www.watchsolutions.com/" } setTimeout( "redirect();", 3000 ) |
|
#3
|
|||
|
|||
|
Thanx for your help.....may good bless u...
|
|
#4
|
|||
|
|||
|
Is there an easy way to redirect the user to their own home page?
|
|
#5
|
||||
|
||||
|
What type of redirection? Like the example code above? If you know their homepage. Where do you store their homepage? Need more info. Thanks
|
![]() |
| Viewing: ASP Free Forums > Programming > HTML, JavaScript And CSS Help > How to redirect a web pages by time interval |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|