Q4071 How do I use Java Object in JScript in Internet Explorer?
You are here: irt.org | FAQ | Java | Q4071 [ previous next ]
There is no support for LiveConnect in Internet Explorer.
You will have to write an applet and use normal object calls:
docoument.myApplet.writeText('hello');
©2018 Martin Webb