Archive for February, 2008|Monthly archive page

How to Create a Chart with HTML/CSS/ASP/AJAX Part 2(ASP Chart Generation)

In part 1, we built all of the client side javascripts that will call the server side scripts to generate the chart. You will recall that in our javascript function getChart, the url that is used is generatechart.asp. The requirements called for a single chart to be generated with thresholds. If there was not a one day turnaround on this, we could have made the code a bit more portable and even included a database backend that would allow the users to change thresholds.
Read more »