how to make a webpage just displaying the weburl in the address box

dighn

Lifer
Aug 12, 2001
22,820
4
81
You can use frames. Just use a zero-height frame and put your content in the other frame. I think it shoudl work... those sites always annoy me though.
 

KB

Diamond Member
Nov 8, 1999
5,406
389
126
This is a function of the WebServer. In IIS you use something called a default page, so that when a user requests http://www.domain.com they get the default page in the root directory. This is usually default.aspx, index.html, index.asp or something similar.

In IIS, right-click your virtual directory and choose properties. Then click the "Documents" tab.
 

riyazny

Member
May 8, 2006
27
0
0
hi

thanks for the replies

I accept ur suggestions.ur correct for the default page's IIS config.
But i am asking for the navigation of web pages in the website..(Display of URL in the Address bar)
for example:

if i go to any website ,i navigate to different pages of the site .even i go to different pages of the same website .i can only see the web url " http://www.domain.com/ " only. not what pages i am going something like this

http://www.domain.com/aboutus.asp ,,, http://www.domain.com/Links.asp

please suggest me.

thanks.