View Single Post
  #3 (permalink)  
Old 09-19-2008, 03:51 AM
hj40 hj40 is offline
Registered Member
 
Join Date: Sep 2008
Posts: 88
Thanks: 13
Thanked 10 Times in 9 Posts
iTrader: (0)
Default Re: How to redirect Blogger to website

give javascript a try and see if that is any faster for you

<script type="text/javascript">
<!--
window.location = "http://yourweb*site.com/"
//-->
</script>
Reply With Quote