Kent J. Chen's WebLog

...information technology, internet, and random thoughts

Redirect the page

This is the ancient JavaScript code for redirecting the page to the different place but thought would still be good to record.  I used it in my home page to redirect the visit to my blog which is here as I haven't set them up yet.

<script language="javascript">
 function redirect()
 {
  window.location = "http://www.kjctech.net/blog/"
 }
 
 setTimeout("redirect();", 0)
</script>

Print | posted on Thursday, December 02, 2004 8:38 AM |

Feedback

No comments posted yet.

Post Comment

Title  
Name  
Email
Url
Comment   
Please add 2 and 6 and type the answer here:

Other Links

Follow me @twitter

My Recent Posts