PDA

View Full Version : URL Masking


Evilord
01-07-2000, 20:01
My site forwards to another site, but i want the original url to stay in the address bar all the time, even when peeps click on links (on my site).

How do I do it?

WildWayz
01-07-2000, 20:43
Use frames on the page you are re-directing from.

--WildWayz

DHB
01-07-2000, 21:00
i think this code will do it, just enter it into your HTML
<FRAMESET rows="100%,*" border=0 frameborder=0 framespacing=0 framecolor="#000000"><FRAME src="Redirecting URL here!"><FRAME></FRAMESET>

and i got this from a previous thread, so credit to whoever done it, (can't remember)

DHB


------------------
-_-_-_-_-_-_-_-_-_-_-_-_-_-
DHB
ICQ=68069425
E=Lee@Murph12.Freeserve.co.uk

Evilord
01-07-2000, 22:22
No won't work :(

Is there a java script or something that'll do it?

Greap
01-07-2000, 23:03
If you dont mind it only working on IE then you could also use:

<iframe src="page.html" width="100%" height="100%" frameborder="0"></iframe>

------------------
Jesus Loves The Sisters
F*ck Me And Marry Me Young
Need it, Want it

Rumble Radio (http://www.greap.btinternet.co.uk/radio)
Rumble Club Site (http://www.ritv.co.uk)

DHB
02-07-2000, 13:29
ignore this



[This message has been edited by DHB (edited 02-07-2000).]