calling a servlet through a javascript window URGENT!!!

Hi all.

I have jsp which generates a webpage with 2 frames. One of these frames has javascript onclicks() which opens a javascript window with a form.

I am try to submit the contents of this form to a servlet but it doesn't seem to work.

Everytime I run a javascript try it in IE5 I get a

"Error reading request Connection reset by peer: JVM_recv in socket input stream read".

If I try in Netscape, It says it can't find the servlet class file.

Is there some other way to do this?

Please help me out.

Vinny.

[572 byte] By [vindi1976] at [2007-9-26 2:39:15]
# 1
What is the action of the form you create in the openwindow()? Is it the servlet? If so, is the path fully qualified? The "popup" window wasn't created by the server, so the path would need to be fully qualified (i.e., http://servletServer.domain.com/servlet/servletName).
steveEbersole at 2007-6-29 10:11:30 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...