navigation question

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • taik

    navigation question

    The index page to my site uses a slow acting javascript drop down menu. When
    a user drops down a menu , selects a link and then uses the back button or
    "Home" link to return to the original page, I don't want the page to
    refresh, leaving the navigation menu as it was after the user clicked.
    Possible? or is frames the answer?


  • kaeli

    #2
    Re: navigation question

    In article <oSMFb.51471$UY 6.4801@twister. nyroc.rr.com>,
    taiken@nospam.t wcny.rr.com enlightened us with...[color=blue]
    > The index page to my site uses a slow acting javascript drop down menu. When
    > a user drops down a menu , selects a link and then uses the back button or
    > "Home" link to return to the original page, I don't want the page to
    > refresh, leaving the navigation menu as it was after the user clicked.
    > Possible? or is frames the answer?
    >
    >
    >[/color]

    Why?

    I know as a user, that would confuse the hell out of me.

    Frames are almost never the answer to anything. Not only do they mess
    things up when the user tries to refresh, search engines have a hard
    time indexing your site, users who come in through engines don't get the
    frameset, etc, etc.
    Don't use frames unless you're willing to take the time to code around
    the problems, and even then, you might want to not use them anyway.

    --
    --
    ~kaeli~
    A plateau is a high form of flattery.



    Comment

    • taik

      #3
      Re: navigation question

      kaeli, please visit http://home.twcny.rr.com/taiken and perhaps you'll see
      what I mean. Thanks taiken
      "kaeli" <tiny_one@NOSPA M.comcast.net> wrote in message
      news:MPG.1a51ff 319e5f5db9989a3 c@nntp.lucent.c om...[color=blue]
      > In article <oSMFb.51471$UY 6.4801@twister. nyroc.rr.com>,
      > taiken@nospam.t wcny.rr.com enlightened us with...[color=green]
      > > The index page to my site uses a slow acting javascript drop down menu.[/color][/color]
      When[color=blue][color=green]
      > > a user drops down a menu , selects a link and then uses the back button[/color][/color]
      or[color=blue][color=green]
      > > "Home" link to return to the original page, I don't want the page to
      > > refresh, leaving the navigation menu as it was after the user clicked.
      > > Possible? or is frames the answer?
      > >
      > >
      > >[/color]
      >
      > Why?
      >
      > I know as a user, that would confuse the hell out of me.
      >
      > Frames are almost never the answer to anything. Not only do they mess
      > things up when the user tries to refresh, search engines have a hard
      > time indexing your site, users who come in through engines don't get the
      > frameset, etc, etc.
      > Don't use frames unless you're willing to take the time to code around
      > the problems, and even then, you might want to not use them anyway.
      >
      > --
      > --
      > ~kaeli~
      > A plateau is a high form of flattery.
      > http://www.ipwebdesign.net/wildAtHeart
      > http://www.ipwebdesign.net/kaelisSpace
      >[/color]


      Comment

      Working...