• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

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

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.
 
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.
 
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.
 
Back
Top