I have a question about the capabilities of a java applet. I would like to know if it is possible to set any "param" values in a HTML from within a java applet.
I basically want to have a form in an applet, which when posted, saves the answers as params in the HTML page.
I just need the code which goes in the applet, to write the params to the HTML document.
I am not sure if this is possible due to the limited capabilities of Applets due to security.
Thanks in advance! 
__________________
I think, therefore I am..... I think.
Last edited by scottfree; 10-01-2003 at 07:17 AM..
|