I have a java applet in my code:
<applet archive="csappletClasses.jar" code="csapplet.class" width=500 height=300>
As you can see there are no <param > tags to it because there are no needed paramenters. It is a colorwheel applet that contains has all of the forms built into it.
I would like to know how I get a php page to read the in the information supplied by the applet. I have an idea on how to pass information to the php page in the applet but I have no idea of how to get the php page to read the information passed from the applet let alone access it.
Someone mentioned using hidden form tags but a java applet doesn't have hidden form tags.
Any and all assistance is greatly appreciated.
Kind Regards,
Heather Donelson