Article Figure 1 Figure 2 Figure 3 Figure 4
Listing 1 Listing 2 Listing 3 Listing 4 Listing 5
Table 1 dec2005.tar

Listing 2 The HTML code of Sys Admin Widget

<!--

Creator: Mihalis Tsoukalos

File: SA.html
Date: Thursday 18 August 2005

This file is provided without any warranties.
This file is provided for demonstration purposes.

-->

<html>
<head>

<script language="text/javascript" src="SA.js" />

<style type="text/css">
    @import "SA.css";
</style>

</head>


<body onLoad="UpdateWidget();">

        <img src="Default.png">
        
        <div class="SAtitle">Sys Admin magazine widget
        </div>

        <div class="SAtext">
        <intput class="SAtext" type="text" id="OurInfo" readonly></textarea>
        </div>
        
</body>

</html>