Re: [PHP] url hide

2001-01-22 Thread Jørg V . Bryne
I saw this done with a frameset recently. The domain blah.com had a frameset which opened the real page (at www.hotel.com/blahblah ) in a frame. -J - Original Message - From: "AJDIN BRANDIC" [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, January 22, 2001 11:30 AM Subject: [PHP]

Re: [PHP] url hide

2001-01-22 Thread AJDIN BRANDIC
OK, I don't have access to the server (except ftp). All I can use is PHP or JavaScript. I just thought that I could use some thing that will just hide it. Like that NoRightClick javascript script where if you try to view the source code of a page it stops you but you can still use

RE: [PHP] url hide

2001-01-22 Thread Matt Williams
a href="http://www.blah.co.uk"http://www.blah.co.uk/a /body /noframes /html -Original Message- From: Jrg V. Bryne [mailto:[EMAIL PROTECTED]] Sent: 22 January 2001 10:40 To: AJDIN BRANDIC; [EMAIL PROTECTED] Subject: Re: [PHP] url hide I saw this done with a frameset rec

Re: [PHP] url hide

2001-01-22 Thread Eric Dahnke
I just asked a similar question two hours ago, and would like to express my interest in this same question. Sorry it for a no answer response. AJDIN BRANDIC wrote: Perhaps not related to php but I was wandering, is it possible to hide site's real url and replace it with something else

Re: Re: [PHP] url hide

2001-01-22 Thread Chris Carbaugh
Put the url you want hidden in a frame. Chris On Mon, 22 Jan 2001, AJDIN BRANDIC wrote: Date: Mon, 22 Jan 2001 10:44:06 + (GMT) To: [EMAIL PROTECTED] From: AJDIN BRANDIC [EMAIL PROTECTED] Subject: Re: [PHP] url hide OK, I don't have access to the server (except ftp). All I can use

Re: [PHP] url hide

2001-01-22 Thread Vahan Yerkanian
Greetings, the only way which comes to my mind now is to use a stub FRAMESET, e.g. FRAMESET ROWS="100%,0" FRAME NAME=main SRC=http://www.foo.co.uk/house-search/ FRAME NAME=dummy SRC=about:blank /FRAMESET this works 100%, though could sound weird at first. HTH, -- Vahan Yerkanian