Schon mal bei
www.kaon.com vorbei geschaut? Is die Firma anscheinend, die das programm entwickelt hat mit der man solche Appletts erstellen kann.
Hab mir den Source angeschut, und wie schon oben erwähnt, es is ein Java Applett.
Was mich aber wundert ist, dass sich der irgendwelche Dateien, aus ein paar zips und cab files holt (anscheinend)
hier der source der Internetseite (is ja nicht wirklich lang):
Code:
<HTML>
<HEAD> <TITLE>Dell Dimension 4300\8200</TITLE>
<BODY leftmargin="0" rightmargin="0" topmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
<applet code="ViewerApplet.class" archive="hsdell.jar" width="400" height="400">
<PARAM name="cabbase" value="hsdell.cab">
<param name="model" value="j0dell4300.zip">
<param name="model1" value="j1dell4300.zip">
<param name="model2" value="j4dell4300.zip">
Java is currently not available on your browser. Please enable Java or upgrade to the latest version of Netscape Navigator or Microsoft Internet Explorer to view the model.
</applet>
</BODY> </HTML>