Home All Groups Group Topic Archive Search About
Author
1 Jun 2006 8:46 AM
Jessica Weiner
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

Author
1 Jun 2006 9:00 AM
Cor Ligthert [MVP]
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
>
Author
1 Jun 2006 9:37 AM
Herfried K. Wagner [MVP]
Jessica Weiner wrote:
> 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 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]