Hi,
I am trying to keep users from seeing the individual page names on my
site. Whenever they navigate to, say,
http://www.sitename.com/somepage.asp I want re-set the address line in
their browser to only show http://www.sitename.com
But I DON'T want the browser to then re-direct, just change the visible URL
.
I suppose I could set a cookie with the page they are really going to, and
in my opening page read the cookie and have an include for the actual page
I want to send them too, but I have too many pages on the site to make
this workable (the load time would be horrible, and the server would load
up way too fast).
There has to be an easy way (or some way) to change the URL that is
displayed without actually sending them to that page. Any ideas?
TIA,
Ron