Greetings!
I'm trying to control Java Applets using JavaScript. However, the
standard recipes don't work under XHTML (they work well within HTML).
See, for instance, the code
produces the following error message under Firefox 3.0:
document.jsap has no properties
[Break on this error]
document.jsap.s etText(document .forms[0].txt1.value);
The same code within HTML works well:
Is it really possible to control Java Applets using JavaScript under
XHTML?
Any hints are welcome!
Thanks in advance, Humberto.
I'm trying to control Java Applets using JavaScript. However, the
standard recipes don't work under XHTML (they work well within HTML).
See, for instance, the code
produces the following error message under Firefox 3.0:
document.jsap has no properties
[Break on this error]
document.jsap.s etText(document .forms[0].txt1.value);
The same code within HTML works well:
Is it really possible to control Java Applets using JavaScript under
XHTML?
Any hints are welcome!
Thanks in advance, Humberto.
Comment