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 TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Changing displayed URL

Status
Not open for further replies.

xenology

Programmer
May 22, 2002
51
US
Is there a way to display a different URL in the web addess bar instead of the actual page the user is on? For example, they may actually be on but I want the address in the toolbar to display
FYI - so they will always bookmark the main site and not a page within and not be able to identify directory structure of the server.

Thanks!
xeno
 
You can mask the real URL using a frameset if you like.

Set the second frame with a height of 0 so that it doesn't show, and do all your navigation w/in the main frame.

Users can still right click and get the URL, but the main URL in the address bar will only show the main address.

-p

penny.gif
penny.gif

The answer to getting answered -- faq855-2992
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top