|
|
Q4059 How do I pass a variables value from an Applet to HTML and vice versa?
irt.org | Knowledge Base | Java | Q4059 [ previous next ] Q4059 How do I pass a variables value from an Applet to HTML and vice versa?All you can do is you can access the public variable of an applet which is downloaded. Using JavaScript you can access the public variable of the Java applet:
Inside the HTML page you can have JavaScript code to access the value of x:
Feedback on 'Q4059 How do I pass a variables value from an Applet to HTML and vice versa?' |
-- div -->
|