Interaction with two 3D views using JavaScript

Description
Interacting with two 3D views
Method
First, search "ggbElem" in browser's "View Source" of this page.[br]For example, the id of the first applet is 26235910, the id of the second applet is 26235875.[br][br]
In the first applet there is a slider with name 'ar'.[br][br]In the second applet there are two sliders 'a' and 'b'.[br][br]Open the properties of the slider 'a' in the second applet. Then go to [b]Scripting[/b]->[b]On Update[/b] to enter the following lines:[br][br]var i = ggbApplet.getValue("a");[br]ggbApplet26235910.setValue("ar",i);[br][br]Don't forget to select the JavaScript option before clicking on OK button. [br][br]That's it! Enjoy!

Information: Interaction with two 3D views using JavaScript