posted 15 years ago
Hello,
I am trying to get JavaScript to call some Java functions (the functions in question are run via an applet), but for some reason, every time I try to call a method, the JavaScript just ceases execution as if nothing happened. I've checked, and am getting no errors (which is the reason I'm here instead of google.. spent an hour on google to no avail), so I'm not sure what's up. Here's my Java code (it's pretty simple):
And here's my HTML page, trying to get it to work (this is only one of the many things I've tried, I think I'm doing it wrong here..):
Any help would be appreciated, thanks!