A more powerful implementation where both Data and Configuration data are supplied via plain text files.
( if you do not see the data grid above then click here )
and here is the HTML Code,
<applet code="AdvDataGridApplet" archive="AdvDataGrid.jar" width="430"
height="333" mayscript>
<!-- Start up parameters -->
<param name="STARTUPCOLOR" value="255,255,255">
<param name="LOADINGMESSAGE" value="Loading data, please wait......">
<param name="STEXTCOLOR" value="100,80,0">
<!-- Property & Data Files -->
<param name="charset" value="8859_1">
<param name="gridproperties" value="gridprops.txt">
<param name="griddata" value="griddata.txt">
</applet>
The Properties are supplied by the file gridprops.txt (click here to view) and
the data supplied from the file griddata.txt (click here to view)
|