Guest.Visitor
01-01-1995, 02:00 AM
I have a form whose fields I validate using JavaScript, which I then use in a DTW_SQL function to retrive the records from an AS/400 file based on what the user selected. This part works fine, but what I want to do is graph the resulting table, and display it in the browser window instead of displaying the table itself. Does this sound feasible, or do I have to manually download the file into Excel, graph the data, convert the graph to HTML, then display the HTMLed graph?. Surely there is a more eligant solution than this. If you've ever played with the graphs on Yahoo's stock market pages, then you've seen something similar. The user changes a time period, then a new graph (in .gif format) is displayed.