HOWTO: Getting an Applet to Submit InformationLast reviewed: January 29, 1998Article ID: Q177161 |
The information in this article applies to:
SUMMARYWhen I have an applet in a <FORM> it doesn't submit any information to the server. How can I get the applet to submit its information?
MORE INFORMATIONThe applet doesn't submit any information because the information a user would want to submit is specific to the applet. For example, an applet that shows images may want to submit the currently displayed image number, while an applet that displays a clock may want to submit the GMT time. It is up to the programmer to write the methods to submit the applet. The five steps below show one way you might implement submitting an applet.
REFERENCESFor the latest Knowledge Base articles and other support information on Visual J++ and the SDK for Java, see the following page on the Microsoft Technical Support site:
http://support.microsoft.com/support/visualj/ http://support.microsoft.com/support/java/ |
Additional query words: submit applet information
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |