also if you construct yourself a url in a way like a http get method does, i think it will work, so in the applet make the submit button call a url, where you include the inputfields of your form in the applet or wherever you get your data from:
 
jsppage.jsp?input1=blah+blah&input2=hmm+mhh
 
let us know if it worked, so we can all put in our working_code.txt
 
AndySoft 
Simplest way I know is to use the AppletContext to access the browser DOM,
or to have a script query the applet for properties ( such as in the Form Submit
button event, or OnSubmit ) and populate some hidden text fields for submission
to the Servlet ( JSP page ).

Reply via email to