Forum Moderators: open
Question 2:
On a seperate section of the same site, I have several pages of content. I've seen on sites like microsoft.com and others how they are able to hide the name of the page being viewed and only show the main URL of the site (i.e. [microsoft.com ]). How can I go about doing the same thing? Too many people link directly to the pages themselves instead of linking to the homepage. I use a nav bar on the homepage which links to the others. I've already done the "on mouseover" commands, but want to be able to hide the URL (or create a dynamic page that doesn't show the URL to the actual file).
Thanks in advance,
Jeremy
Is there a way to re-write the submission process so that their choice doesn't show up in the URL, but is still readable when the page reloads?
Yes. Use the form method POST instead of GET.
(hide URLS) How can I go about doing the same thing?
Frames, but they're not very search engine friendly, and users can still link to specific pages within the frame.
You could also do a post to retrieve a certain page, but this isn't search engine friendly either.