|
web
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
loading frames aspI 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 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 Show quoteHide quote "Jessica Weiner" <suspen***@gmail.com> schreef in bericht news:tPxfg.7529$VE1.3317@newssvr14.news.prodigy.com... >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 > Jessica Weiner wrote:
> I have a website with the company logo on top. Underneath the logo there is This website reloads the company logo every time because it consists of > 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/ 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] |
|||||||||||||||||||||||