Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

hide url in address bar

Status
Not open for further replies.

sweetleaf

Programmer
Jan 16, 2001
439
CA
hi there,

I have a page with hyperlinks to pages on my machine at home. I want to hide the IP address (like: from showing in the address bar. Does anyone know how i can achieve this?

Thanks,
Any help is greatly appreciated!
 
You could use a frameset and put it on an internet server
then only the url of the frameset will be shown. Or you
can use a javascript to open your site in full screen mode.

<SCRIPT TYPE=&quot;text/javascript&quot;>
<!--
window.open(<yoururl>, 'myWindow', ',type=fullWindow,fullscreen,scrollbars=yes');
return false;
//-->
</SCRIPT>

Greetz, BobbaFet

Everyone has a right to my opinion.
E-mail me at caswegkamp@hotmail.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top