Jump to content

STATIC URL in ADDRES BAR


a_krishnam_raju

Recommended Posts

Hi!I have visited a website ( gosh i forgot the URL).But i observed is, the URL of the website (EX: http://www.thisurl.com) remains same even when i visit the other pages of the same website. I mean its not showing up the path of that particular webpage (EX: http://www.thisrul.com/aboutus.htm)How is this possible?Any Advise?Thank youKrishnam

Link to comment
Share on other sites

Very likely, the author of the website you were viewing put his site in frames. Example:

<frameset  rows="50,*">    <frame name="Top" src="top.asp" marginwidth="10" marginheight="10" scrolling="no" frameborder="0">    <frame name="bottom" src="bottom.asp" marginwidth="10" marginheight="10" scrolling="auto" frameborder="0"></frameset>

The URL in the browser is always the URL of the topmost window, and in this case the topmost window houses two frames, so you'll see the URL of that window instead of the URLs of the frames. When clicking links in a frame, unless you specifically set your href's target="_top", then you'll never see the URL change.

Link to comment
Share on other sites

Hi YahwehThanks a lot for the reply.May be you are right. I am not sure whether the site has got frames or not.But i think there is way to do that.Lets wait and see if anyone has got any comments.Thank youCheers!Krishnam

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...