Page 1 of 1

popup and hiding urls

Posted: Mon Feb 02, 2009 10:57 pm
by surferchick
Hi there

I have a popup on a site which i would like to hide the url in the address bar
Is there anyway of doing this?

If not, is there a way of modifying the URL so the user doesnt see its coming from another server?
I want them to think its from the same site/server

Cheers
SC

Re: popup and hiding urls

Posted: Tue Feb 03, 2009 1:24 am
by popo
Hi You can try having the same url popup then in the pop up box you can include the location mybe if your url box is http://www.myurl.com/file.php

You can have an file include statement

<?php include("http://www.othersite.com/seeme.php");?>

Try it out let me know if it works