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.

