Apparently it's not important what are you using Servlet, JSP or ASP.
Anyway you want tooltip on client side (Browser). For Browser it's
transparent what server technology are you using.
If you do not want to use JavaScript then you are limmited to plain HTML.
You can not do much with plain HTML

Try folowing things.
Images: <img  src="Cancel.gif" alt="Cancel">

For the rest you can try title property but it will not work with all
brosersso you must test all your target browsers.

<input type="button" name="Cancel" title="Cance">

George.

> -----Original Message-----
> From: Ghazizadeh, Yasaman [SMTP:[EMAIL PROTECTED]]
> Sent: Wednesday, November 10, 1999 9:37 AM
> To:   [EMAIL PROTECTED]
> Subject:      Pop Up & Tool Tip Messages
>
> All,
>
> 1. Does anyone know how to create popup messages in the servlet world? --
> the messages that have no web info and have text with some functional
> buttons (i.e., Cancel, OK)
>
> 2. What about Tool Tip Messages -- the help messages that would be
> displayed
> when the mouse is placed over a field such as a button or text area.
>
> We are using only servlets (with minimum html code embedded) and jhtml
> files
> (JSSI). We can't use any JavaScript's or applets or anything else in that
> matter.
>
> Has anyone done these before?
>
> Thank you,
> --Yasaman
>
> __________________________________________________________________________
> _
> 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

___________________________________________________________________________
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

Reply via email to