posted 24 years ago
Are you trying to commmunicate between an applet and javascript? If so, then it is possible to accomplish this.
If you are trying to communicate between JS(executing on a client browser) and Servlet/JSP running on an application server, i guess the scheme you are following is not correct.
More description of your problem and sample code that you have been using to do this, would help fellow ranchers help you further!