Unter der Bezeichnung LiveConnect erlaubt der Navigator ab Version 3 die Kommunikation zwischen Java und JavaScript.
| Beschreibung | Description |
|---|---|
| Das Beispiel besteht aus einem Applet, das einen Funktionsgraphen zeichnet. Die Funktionsvorschrift sowie die Ausmaße des Koordinatensystems lassen sich in einem HTML-Formular ändern. | The following LiveConnect example shows an applet that realizes a function plotter. You may change the function and the coordinate system in a HTML form. The example is taken from the first german book about JavaScript, which is written by Stefan Mintert and published by Addison Wesley Germany. |
| Das Programm | The program |