I've done this using layers for netscape navigator version 4 and above.
a given action will result in changes as to which layers are shown to
the user, using javascript.
from what i remember, a given layer is enclosed by tags and looks like:
<layer id="layerID1">
<font face="arial" size="-1">This shows up when javascript calls SHOW on
this layer id.
</layer>
if you want to find more about this, can email me or look up some
javascript book.
this is similar to using <div> tags instead.
Petr Jiricka wrote:
>
> Hi,
> Is it possible to write HTML code by JavaScript in the middle of a document?
> I would like to dynamically change a part of a page when user clicks a
> button on a page without having to call my servlet, because the page is
> quite big and it needs to change quickly.
> Thanks in advance for your help.
>
> Petr
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html