hide page name from address bar
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
Hi All, Can i hide the full address from the address bar?. I mean that when i select www.mysite.com/page1.aspx or www.mysite.com/page2.aspx i want to show in address bar only 'www.mysite.com' Thanks Thomas
-
Hi All, Can i hide the full address from the address bar?. I mean that when i select www.mysite.com/page1.aspx or www.mysite.com/page2.aspx i want to show in address bar only 'www.mysite.com' Thanks Thomas
Then you make a frameset as the default page of the site, and open the pages in a frame. The address bar will show the address of the frameset, not the page in the frame. To be correct html, a frameset needs to contains at least two frames. Make one of them invisible by using rows="*,0". --- b { font-weight: normal; }