Alert boxes are generated using JavaScript. You can create alert boxes
anywhere in your JavaScript code. Your Servlet could output HTML that
contains JavaScript sufficient enough to create an alert box. For instance,
...
out.println ("<html><body onLoad=\"alert ('Hello
World');\"></body></html>");
...
Regards,
Brian
-----Original Message-----
From: A mailing list for discussion about Sun Microsystem's Java Servlet
API Technology. [mailto:[EMAIL PROTECTED]]On Behalf Of
Xizhen Wang
Sent: Thursday, June 24, 1999 5:11 AM
To: [EMAIL PROTECTED]
Subject: how to pup up an alert dialogue box automatically with servlet?
Hi! All,
Can I pup up an alert dialogue box automatically with servlet?
Thanks!
___________________________________________________________________________
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