Click to See Complete Forum and Search --> : Free and simple asp line graph solution?
rjoseph
11-06-2007, 10:04 AM
Hi Guys
Does anyone know the simplest (and free) way of implementing a basic line graph on my website using ASP?
If anyone's got any ideas then that would be great.
I look forward to hearing from you
Best regards
Rof from the UK
edborva
11-06-2007, 09:03 PM
IF you are using vbscript with your asp pages, this old as me page should be helpfull
http://msdn2.microsoft.com/en-us/library/ms976300.aspx
ed
rjoseph
11-08-2007, 03:15 AM
Hi Ed
Thank you for your reply.
Unfortunately, I am unable to use vbscript with your asp pages.
Any other ideas?
Best regards
Rod
Jackbob
11-08-2007, 03:30 AM
Which language are you able to use?
rjoseph
11-08-2007, 10:45 AM
Hi Jack
Thank you for your reply.
I am only a beginner and can only use asp.
Rod from the UK
edborva
11-08-2007, 08:45 PM
Hi Rod,
ASP(Active Server Pages) are a collection of computer programs that work with a common purpose on the IIs server.
The common Purpose is to create documents for display on a browser and record information about document retrival.
Active--- It is programmable: vbscript, js and others.
Server--- It operates on an IIs server(there are clones)
pages--- it produces documents(web pages) and retrives information.
to make it work you must use a program/script
You may want to concider using javascript to display your graphs in the browser. You can learn to write your own or copy scripts made available by sites like http://www.dynamicdrive.com/dynamicindex11/linegraph.htm
Hope this is helpfull
Ed
rjoseph
11-09-2007, 03:02 AM
Brilliant!
Thanks Ed