access_asp thread: how to create chart without using any component..only vbscript?
If you want to create a bar graph you can do that with a couple
of "bar section" graphics (1px x 1px) and a table. To see a
sample--that I stole from another site (TheCounter.com)--go to:
http://www.lwoods.com/cis233/graphdemo/graphdemo.htm .
View the code to see how the graph was constructed. Note that
since the widths of the two graphs are IDENTICAL to the
percentages, it makes it easy for VBScript to generate the bars.
Larry Woods
> -----Original Message-----
> From: polly [mailto:chinahongkong@h...]
> Sent: Tuesday, October 22, 2002 4:25 AM
> To: Access ASP
> Subject: [access_asp] how to create chart without using any
> component..only vbscript?
>
>
> hello..
> really need your help!
> i want to know how to create chart in using vbscript +
> ms access database
> that not using any ASP component. any good reference?
> many thx...
> polly
>