Is it possible to call a servlet using window.open() javascript? I need to have a seperate window created in a servlet filter if a user should be notified of some certain message changes. If this is not possible, how can I mimic the same using ONLY servlets?
I am using WebLogic Server and Servlet 2.3 API. The scenerio: If a new message has not been seen by a user, then a seperate window should pop-up containing the unread text. Since this can occur anytime that the user is logged on, new messages are checked for each pass through the servlet filter. Any helo would be greatly appreciated. Jeremy ___________________________________________________________________________ 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