|
|
#1 |
|
New Member
![]() Join Date: Apr 2007
Posts: 9
|
I did this once long time ago when I was first learning about HTML. But now I have forgotten how it is done. There is a way of having one HTML page redirecting and loading another page. I think it is done on the <body> tag. I remember it is something like <body onload=.... Does anyone know what I am talking about?
|
|
|
|
|
|
#2 |
|
New Member
![]() Join Date: Oct 2006
Posts: 15
|
Its the meta refresh tag you're referring to (<meta http-equiv="refresh" content="number of seconds;url=domain.com"/>). Don't forget is is considered poor practice by W3C and is not seo friendly - so no reason to use this anymore. Its preferable to set up any redirects in a .htaccess file (linux hosts) or admin panel for IIS.
__________________
Jon Warner The PixelForge 3d Graphic Design Web Design Hampshire Beginners Guide to Web Design from a2z - preview |
|
|
|
|
|
#3 |
|
Bronze Member
![]() |
<script type="text/javascript">
<!-- window.location = "http://www.OSEKmedia.com/" //--> </script>
__________________
Web Design, e-Commerce, Coldfusion Programming, more.. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|