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

hiding url information

Status
Not open for further replies.

pantinc

Programmer
Jun 18, 2001
17
0
0
US
Is there code for hiding the information that shows up in the address bar? -Sunny *:->*
 
you can access the URL by using document.URL property which is a read only propert so i think it's not possible to hide the URL.
The other alternative is to encode the URL by appending it with some characters.

:)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top