Hi all,
I have to access some JavaScript-functions via LiveConnect on an Apple Macintosh. Therefore I tried to get a window-object by JSObject.getWindow() resp. tried to load the class via Class.forName as you can see in the following code.
What happened was, that the code simply stopped and popped up an empty
Java Message-Window. There was no further output after "Trying to get JSObject...".
This happened on the MSIE-Implementations 4.5 and 5.0 on the Mac while there was absolutely no problem at the Windows-platform.
Does anybody know a workaround to access JavaScript from an applet on a Macintosh ? [This message has been edited by Stefan Seeba (edited May 07, 2001).]