2e5a719e47a498d6217830b31b2bef51da3986b8
Christian Heimke Blimp v.0.2 (2004-11-10)

Christian Heimke authored 13 years ago

1) <html>
2)   <head>
3)     <title>Blimp - BlinkenLightsInteractiveMovieProgram</title>
4)   </head>
5)   <script language="JavaScript">
6)     function Resize( )
7)     {
8)       var applet, height, width;
9)       height = document.body.clientHeight - 20;
10)       width = document.body.clientWidth - 20
11)       applet = document.Blimp;
12)       applet.width = width;
13)       applet.height = height;
14)       applet.setSize( width, height );
15)     }
16)   </script>
17)   <body onLoad="Resize( );" onResize="Resize( );">
Christian Heimke Blimp v.1.3 (2006-10-10)

Christian Heimke authored 13 years ago

18)     <applet archive="Blimp.jar" code="org.blinkenarea.Blimp.Blimp" height="420" name="Blimp" width="560">