|
-
Jan 7th, 2004, 04:43 AM
#1
Thread Starter
Evil Genius
Hiding/Masking URL
Can anyone tell me how to mask a URL so it only shows the domain name please?
i.e. Normally, if you goto webpage1, the browser address bar shows http://location/page1name.htm, if you click onto a link, the address bar would read http://location/page2name.htm etc., but I've seen a couple of sites in the past which only show http://location in the address bar when you navigate anywhere throughout the site.
Is this an IIS or HTML code trick I can use on my site?
Thanks
-
Jan 7th, 2004, 07:15 AM
#2
Fanatic Member
the way i know of is to use framed pages, and then no matter what page the user sees there browser will always show the url for the frameset. if this is called index.htm then it will be the default and so typing in www.homepage.com will show this.
-
Jan 7th, 2004, 07:46 AM
#3
Which is bad because the user can't bookmark any inside pages of your site.
All the buzzt
 CornedBee
"Writing specifications is like writing a novel. Writing code is like writing poetry."
- Anonymous, published by Raymond Chen
Don't PM me with your problems, I scan most of the forums daily. If you do PM me, I will not answer your question.
-
Jan 7th, 2004, 07:54 AM
#4
Thread Starter
Evil Genius
Bingo!
Yup, that's what I'm looking for, I'm just doing an asp.net app using sessions (so the user's logon's evaluated on every page - there's no use/need for the user to bookmark a page as they'll just be redirected to the logon page if they do try & access it).
Thanks for the replies, I found the frame tip on google but I'd be interested to know if there was a way without using frames too.
Thanks all!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|