S
simplicity
Folks
Is it possible to get the reference to browser window which contains
the applet?
I tried Window win = (Window)this.getParent() but I do not know what
it really returns.
I tried to verify what the above might be by looking at win.getName().
I am getting "frame0" while the browser window name is
"<document.title> - Windows Internet Explorer".
Is it possible to get the reference to browser window which contains
the applet?
I tried Window win = (Window)this.getParent() but I do not know what
it really returns.
I tried to verify what the above might be by looking at win.getName().
I am getting "frame0" while the browser window name is
"<document.title> - Windows Internet Explorer".