diff options
Diffstat (limited to 'www/index.html')
-rw-r--r-- | www/index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/www/index.html b/www/index.html index a2f2ef3..96beedf 100644 --- a/www/index.html +++ b/www/index.html @@ -233,6 +233,15 @@ potentially document the need to try restarting the browser in case of instability. + <h2>Scripting Support</h2> + + <p> + + The JNLPAppletLauncher supports interaction with the sub-applet via + the <code>getSubApplet()</code> method. Calling this method from + JavaScript will return the subordinate applet with which you can + then interact via JavaScript. + <h2><a name="EXAMPLES">Examples</a></h2> <p> |