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                       Email: [EMAIL PROTECTED]
Leading Web Developer / Designer      Phone: (374) 158-2723
Web Development Department            Fax:   (374) 128-5082
ARMINCO Global Telecommunications     http://www.arminco.com

Eric Dahnke wrote:
> 
> 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 (some other URL).  ie.
> > someone clicks on a link on www.blah.co.uk which takes the user to an
> > designated area (ie. /house-search/) on www.foo.co.uk.  I want
> > the user still to see www.blah.co.uk. This is just for aesthetic reasons
> > since ones the user finishes the search for houses (on
> > www.foo.co.uk/house-search/) he/she will return to www.blah.co.uk.
> >
> > I have tried www.javascripts.com but no success??
> >
> > Thanks
> >
> > Ajdin
> 
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> To contact the list administrators, e-mail: [EMAIL PROTECTED]

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to