wally: JavaApplet mit Javascript im Mozilla / Netscape aufrufen

Beitrag lesen

Hi Leute!

Ich habe ein JavaApplet das ich mit Javascript aufrufe, das klappt auch einwandfrei im InternetExplorer aber im Netscape nicht!

Könnt ihr mir helfen:

document.write('<applet classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93" width="550" height="320" align="top">');
document.write('<PARAM NAME="code" VALUE="ch.advanced.editor.EditorApplet.class">');
document.write('<PARAM NAME="codebase" VALUE=".">');
document.write('<PARAM NAME="ARCHIVE" VALUE="editorapplet.zip">');
document.write('<PARAM NAME="type" VALUE="application/x-java-applet;version=1.3">');
document.write('<param name="host" value="localhost:8080">');
document.write('<param name="fieldId" value="123">');
document.write('<PARAM NAME="scriptable" VALUE="true">');

document.write('</applet>');

THX

Gruss

Wally