active web pages

Active Web Pages - content previous page last page

deutsch
Zur deutschen Version
po polsku
Do wersji polskiej
Russian
К русской версии

Content

access to JavaScript objects from applets

class netscape.javaScript.JSObject (in the Netscape directory)

MAYSCRIPT has to be mentioned in the Applet tag

JSObject jsWin;
jsWin = JSObject.getWindow(this); //In Applet-Methode
JSObject jsDoc = (JSObject) jsWin.getMember("Document");
...

Java functions for JavaScript: eval("expression") oder call("function", arg1, arg2, ...)

About me  
Internet  
Guitar  
Literature  
Linguistics  
Software  
Links  
Contact