url and redirect

liunx

Guest
I have a url that redirects to a website I want the url to stay in the address bar of the browser instead of it showing the actual url of the website. Is there a way to do this without using frames?<!--content-->I think this is what you need:<br />
<br />
<FRAMESET ROWS="100%"> <br />
<FRAME NAME="My Page" SRC=http://www.htmlforums.com/archive/index.php/"http://www.website.com/"> <br />
</FRAMESET><!--content-->Oops sorry... you said without using frames...<br />
<br />
Unfortunatelly I don't know another way... but I would like to know as well.<br />
<br />
So maybe somebody can sheed some light here?!<br />
<br />
Thank You!<!--content-->Originally posted by spiritwolf <br />
I have a url that redirects to a website I want the url to stay in the address bar of the browser instead of it showing the actual url of the website. Is there a way to do this without using frames? <br />
<br />
most of the redirection I saw using invisible frame!<br />
I think PHP would work, inner HTML also works great<br />
but I can't find the script right now!<br />
however, I am sure that in <!-- m --><a class="postlink" href="http://www.dynamicdrive.com">http://www.dynamicdrive.com</a><!-- m --> there are scripts, which if you modify it a little bit, it would work the way you want:D<!--content-->
 
Back
Top