Hi;
I have two problems regarding Scripts and Applets. I need to construct a
page that has some instances of the same Applet. These instances are
responsible to get informations from the user and the system. The
information is latter sent to the site.
How can I reference distinct Applets instances of the same Applet Class
inside the page?
How can I get the values stored in the Applet's variables using
JavaScript?
Thank you
Roberto Gallo.
Comment