Click on charts and legend. |
|
|
Also this example demonstrates method of using input and output files
in AREA statement. After first step output file out1.htm consists: data from file vbscript.hea; data for chart rendering, described by first AREA statement; data from file vbscript.txt. After second step output file vbscript.htm consists: data from file out1.htm, generated at first step; data for legend rendering, described by second AREA statement (symbol "!" in LEGEND statement indicates, that only legend must be construct); data from file vbscript.foo. File vbscript.hea ends with <TD> element and file vbscript.foo begins with </TD> element. Thus data for chart and legend rendering is placed in cell of table. |
area;;;170;130;#f7f3e6;ch1;;out1.htm;vbscript.hea;vbscript.txt
|
<HTML>
|
<script language=vbscript>
|
</center>
|