loading frames asp

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

    #1

    loading frames asp

    I have a website with the company logo on top. Underneath the logo there is
    a menu which has links. When the user clicks on a link, I want to be able to
    take them to that page without having to reload the company logo on top.
    Here is a good example of what I am trying to do.



    This website does exactly what I want. The links only load the contents
    below the company logo. How can this be accomplished?

    Thanks.
    Jess


  • Cor Ligthert [MVP]

    #2
    Re: loading frames asp

    Jessica,

    Mostly you can do these things by making controls or whatever visible =
    false. If what you want has no visible property or you want to do more, than
    you can place them on a panel.

    I hope this helps,

    Cor

    "Jessica Weiner" <suspended@gmai l.com> schreef in bericht
    news:tPxfg.7529 $VE1.3317@newss vr14.news.prodi gy.com...[color=blue]
    >I have a website with the company logo on top. Underneath the logo there is
    >a menu which has links. When the user clicks on a link, I want to be able
    >to take them to that page without having to reload the company logo on top.
    >Here is a good example of what I am trying to do.
    >
    > http://www.jetsonj2ee.com/
    >
    > This website does exactly what I want. The links only load the contents
    > below the company logo. How can this be accomplished?
    >
    > Thanks.
    > Jess
    >[/color]


    Comment

    • Herfried K. Wagner [MVP]

      #3
      Re: loading frames asp

      Jessica Weiner wrote:[color=blue]
      > I have a website with the company logo on top. Underneath the logo there is
      > a menu which has links. When the user clicks on a link, I want to be able to
      > take them to that page without having to reload the company logo on top.
      > Here is a good example of what I am trying to do.
      >
      > http://www.jetsonj2ee.com/[/color]

      This website reloads the company logo every time because it consists of
      a single HTML file. However, you can use frames (see 'frame' HTML
      element) and refer to the frame using the 'target' attribute of the
      hyperlink ('a' element).

      --
      Herfried K. Wagner [MVP]

      Comment

      Working...