Keeping ?id=blah out of address bar?
Moderator: General Moderators
Keeping ?id=blah out of address bar?
Hi,
I think the subject pretty much says what I want to do. I don't care that people will still be able to SEE the full url if they want to, I just don't want it to show by default for appearances sake, those URLs with million character query strings LOOK nasty...this is mostly just because I don't like looking at them when I'm on a site so would like to eliminate it from mine...Thank you.
I think the subject pretty much says what I want to do. I don't care that people will still be able to SEE the full url if they want to, I just don't want it to show by default for appearances sake, those URLs with million character query strings LOOK nasty...this is mostly just because I don't like looking at them when I'm on a site so would like to eliminate it from mine...Thank you.
Hmmm...
Well, I am using it in a template but not in a form. I do want and need it to be called by the script and included in the url I am just wondering if there is a way visually hide it from the user...
Thanks again.
Thanks again.
You could place your site within a frame and then the address bar will appear not to change.
(I think thats correct!)
Code: Select all
<frameset rows="*, 100%">
<frame src="blank.htm">
<frame src="content.htm">
</frameset>- mydimension
- Moderator
- Posts: 531
- Joined: Tue Apr 23, 2002 6:00 pm
- Location: Lowell, MA USA
- Contact:
Had a look at your site, looking good.
For a more complete frames explaination have a look at http://www.w3.org/TR/html4/present/frames.html#h-16.1 which will make your site more compatable with oher browesers.
For a more complete frames explaination have a look at http://www.w3.org/TR/html4/present/frames.html#h-16.1 which will make your site more compatable with oher browesers.
Thanks again
Thanks, we hope to make it really something whe it's done. I know about frames jst had never occured to me to use them in that way before, pretty clever.Had a look at your site, looking good.
For a more complete frames explaination have a look at http://www.w3.org/TR/html4/present/frames.html#h-16.1 which will make your site more compatable with oher browesers.
That's ok though, I don't care if people want to do that it's fine, I just don't want to have to look at it all the time while developing the site lol, will mos tlikely put it back to normal once the site goes live at any rate so i don't have to worry about browser issues and what have you. Thank you for the input though.this do not stop you from copying an url from a link and paste it in another navigator.