posted 24 years ago
Hi all!
I have created a java applet and wish to access one of its methods in Javascript, so I am using the following HTML code:
The java code is as follows:
There doesn't seem to be a problem running the applet, but when I call the javascript function I get the following error message:
'Object doesn't support this property or method'
Does anyone know why this is? And how I remedy it?
Thanks and regards,
Sean