I'm working on a website, and adding help screens to the on-line
processing.  I had been trying to use a JavaScript function for creation of
a new window, which will call a Servlet in order to write out the HTML to
use on the page.  Basically, I've got/want a small JavaScript function that
I can call from several places, passing a simple variable.  This variable
specifies which information will be published in the new window.
        Can a JavaScript function directly call a Servlet method?  If the
JavaScript creates the new window, then could I use document.write with the
Servlet method (as it does return String format)?

                        Nate

___________________________________________________________________________
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