DFW777: Mehrere Java-Applets Laden

Beitrag lesen

Hallo!

Erstmal vielen Dank für die schnelle Antwort! :)

Hier das 1. Applet:

  
<applet id="app1" codebase="/java"  
code="meinapplet1"  
name="plus"  
width="100%"  
height="500">  
<param name="loglevel" VALUE="80">  
<param name="userid" VALUE="###">  
<param name="terminalid" VALUE="###">  
<param name="baseurl" VALUE="baseurl">  
</applet>  

Hier das 2. Applet:

  
<applet id="app1" code="mainapplet2" width="100%" alt="Merlin">  
<PARAM NAME='type' VALUE='application/x-java-applet;version=1.5' />  
<PARAM NAME='code' VALUE='mainapplet2.class'/>  
<PARAM NAME='codebase' VALUE='codebase' />  
<PARAM NAME='cache_option' VALUE='Plugin' />  
<PARAM NAME='webstart' VALUE='false' />  
<PARAM NAME='ConfigRoot' VALUE='C:\' />  
<PARAM NAME='USERNAME' VALUE='###' />  
<PARAM NAME='TERMID' VALUE='###' />  
<PARAM NAME='PASSWORD' VALUE='###' />  
<PARAM NAME='LOCALE' VALUE='de_DE' />  
<PARAM NAME='CONFIG_ROOT' VALUE='C:\\MerlinX' />  
<PARAM NAME='MXSERVER' VALUE='mo.mxc.dilloncs.de' />  
<PARAM NAME='ENCRYPT_ALWAYS' VALUE='true' />  
</applet>  

Die Zugangsdaten habe ich natürlich entfernt ;)
Allerdings muss ich dazu sagen dass die Applets nicht auf meinen Server liegen sondern externe Applets sind, macht das einen Unterschied?

LG

DFW777