From: <da...@da...> - 2004-02-05 20:38:48
|
Is there any way to get a reference to the applet window in the jscheme applet? I want to use live connect to access the dom. This is how a java applet does it. JSObject win = JSObject.getWindow(this); |