I'm a complete
java novice, but I'm trying to create a very simple
applet that I can script from JavaScript in my browser (IE6), i.e. I want to call it's methods from JScript to control it. I downloaded an easy example from the web which worked fine, but when I rebuilt the applet, I could no longer call any of the it's methods from JavaScript (get a "object doesn't support this property or method" error). I eventually figured out that if I built it with Java version 1.2.x it works, but if I build it with 1.3.x or later it gives this error. I'm not sure what I need to do to get it to work with newer versions. It does not seem to matter what version of the Java VM is on the machine I actually run it on, just the version it is built with. Can someone tell what what I'm doing wrong?
thanks,