Morpheusweb.it - Risorse per webmaster: script, ASP.NET, C#, Visual Basic .Net, tutorial, asp, javascript, css, php, html, java, ADO, VBScript, forms, frames, Active Server Pages, Dynamic HTML, database, gratis per webmaster e webdesigner

Bar graph

How to build a dynamic bar graph from parametric values.


<html>
<head>
<!--
This file retrieved from the JS-Examples archives
http://www.js-examples.com
100s of free ready to use scripts, tutorials, forums.
Author: JS-Examples - http://www.js-examples.com/
-->
</head>
<body>
<script>
var stats_array=new Array(231,93,152,226,217,139,203);
var total_count=10002;
var bar_width=30;
document.write('<table cellpadding=0 cellspacing=0><tr><td colspan=9 align=left><font size=1>');
//document.write(total_count);
document.write('</font></td></tr><tr valign=Bottom><td> </td>');
for(var i=0;i<stats_array.length;i++)
{
document.write('<td align=center width=');
document.write(bar_width);
document.write('><img src="image.gif" height=');
document.write(stats_array[i]);
document.write(' width=');
document.write(bar_width);
document.write(' border=0 hspace=2></td>');
}
document.write('<td> </td></tr></table>');
</script>
</body>
</html>


Download code...


Print this page


 

Inizio pagina

risorse per webmaster

javascript


html javascript checked onclick rollover document javascripts foreach innerhtml frameset document write css getelementsbytagname javascript menus selected scrollbar onmouseover textarea substring example javascript iframe uppercase textbox javascript class onload indexof referrer dhtml navigation javascript javascript tree menu script close frame onclick script language javascript innerhtml text javascript onchange script html tutorial javascript onmouseover onblur frameset document write getelementbyid eval dhtml javascript script script popup script dhtml scripts javascript script scroller html script javascript java script javascript javascript include script script checkbox script in javascript script javascript script language javascript src script language javascript type

asp, scripts, tutorials,




Webmaster resources Morpheusweb.it - Webmaster resources
asp, dhtml

Morpheusweb.it - Webmaster resources" asp, javascript, php, tutorials, manuals, scripts