Slider Applet

Slider uses JavaScript  <-> Java communication using the JSObject.  This technology ws introduced by Netscape and is sometimes called Live Connect.  It may not be available on all browsers.


Move the slider. The slider calls a JavaScript function using the JSObject.

 

Set Slider to 2

Set Slider to 3

NOTE:

From time to time IE will hang when an applet calls JavaScript which, in turn, calls an applet.  Our work around is to use the setTimeout function to create a callback to another JavaScript function.