JSObject and JSExceptions
» Tagged as: JavaScript
If you tried out read my article on java and javascript interaction and then tried out the demo you will probably see the expected result. The sample code provided is compatible with IE, Firefox and Safari. However if you tried to call javascript methods from your applet while using the Safari browser there is a chance that you may not see the expected result.
That is because of what appears to be a bug in the Safari browser. The following code ...