View Single Post
  #2 (permalink)  
Old 09-18-2008, 11:59 PM
wealthy199's Avatar
wealthy199 wealthy199 is offline
Super Moderator
 
Join Date: Sep 2007
Location: New Zealand
Posts: 1,095
Thanks: 224
Thanked 381 Times in 121 Posts
iTrader: (0)
Send a message via AIM to wealthy199 Send a message via MSN to wealthy199 Send a message via Yahoo to wealthy199
Default Re: Keep Original URL and Heading in Browser but redirect

For this you'll need to use an iframe.

Put this inside your <body> tags and change the http://yoursitehere.com with the site you want to "redirect" to:

<iframe style='position:absolute;z-index:10;top:0;left:0;margin' width='100%' height='100%' scrolling='auto' marginwidth='0' marginheight='0' align='top' frameborder='0' SRC='http://yoursitehere.com' /></iframe>
Reply With Quote