Results 1 to 5 of 5

Thread: Navigation problem

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213
    When I click on a Hyperink on my website the URL doesn't change!

    For Example. When my page loads I get: http://www.mypage.com/index.asp

    When I click on a URL which points to the page contents.html or main.asp the URL above remains the same.

    Why is this ?


  2. #2
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    Sorry, can't help you without an actual example!


    Post your code.
    Mark
    -------------------

  3. #3

    Thread Starter
    Addicted Member
    Join Date
    Sep 1999
    Location
    London, England
    Posts
    213

    Here's the code

    Here is an extract of the code:

    <a href="contents.asp" target=basefrm><font face="Arial" color="Black" size="1"><b>contents</b></font></a>


    Thanks.


  4. #4
    Frenzied Member monte96's Avatar
    Join Date
    Sep 2000
    Location
    Somewhere in AZ
    Posts
    1,379
    In a word: frames.

    When you are displaying pages through frames, the URL will remain the page that constains the frameset.

    Not sure if you can prevent this behavior (I kind of like it actually)

    oOOo--oOOo
    __/\/\onte96
    oOOo--oOOo
    Senior Programmer/Analyst
    MCP
    [email protected]
    [email protected]


    Your results may vary.. some restrictions may apply.. pricing and participation may vary.. not available in all states.. professional driver closed course..quantities limited..

  5. #5
    Frenzied Member Mark Sreeves's Avatar
    Join Date
    Nov 1999
    Location
    UK
    Posts
    1,845
    just to add to what monte96 said,

    if you just type in just the "base" address without index.asp it looks a lot cleaner as you navigate within the frames. eg http://www.nmretd.com/

    index.asp will be loaded automaticaly (if you have set it as the default page that is! On PWS it is actuallt default.asp or default.htm which is the default page but you can change this.)
    Mark
    -------------------

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width