acrokos
07-08-2007, 06:23 AM
need to create a simple charting function from values in a text file...
suppose i have 2 links [LIST A] and [LIST B] with corresponding text files A and B.
when a list is chosen need to read/loop corresponding file and create charts using this url
http://chart.stockpoint.com/servlet/GIFChart?image=gif&sym1=TICKER&dres=min&dperiod=1&dcnt=&xview=&mode=2&intify=3&width=130&height=125&texttype=0&dispdate=0&cghc=ffffff&cgvc=ffffff
where as the value 'TICKER' is coming from text files for the variable sym1, for example a chart for IBM would be
http://chart.stockpoint.com/servlet/GIFChart?image=gif&sym1=IBM&dres=min&dperiod=1&dcnt=&xview=&mode=2&intify=3&width=130&height=125&texttype=0&dispdate=0&cghc=ffffff&cgvc=ffffff
assume simple flat file row values for text file A
GOOG
MSFT
YHOO
and simple flat file row values for text file B
CSCO
INTC
HPQ
the charts can be created on same html page in div container or new page if these values can be passed...
your help and time is greatly appreciated
ps. my webhosting platform is microsoft
suppose i have 2 links [LIST A] and [LIST B] with corresponding text files A and B.
when a list is chosen need to read/loop corresponding file and create charts using this url
http://chart.stockpoint.com/servlet/GIFChart?image=gif&sym1=TICKER&dres=min&dperiod=1&dcnt=&xview=&mode=2&intify=3&width=130&height=125&texttype=0&dispdate=0&cghc=ffffff&cgvc=ffffff
where as the value 'TICKER' is coming from text files for the variable sym1, for example a chart for IBM would be
http://chart.stockpoint.com/servlet/GIFChart?image=gif&sym1=IBM&dres=min&dperiod=1&dcnt=&xview=&mode=2&intify=3&width=130&height=125&texttype=0&dispdate=0&cghc=ffffff&cgvc=ffffff
assume simple flat file row values for text file A
GOOG
MSFT
YHOO
and simple flat file row values for text file B
CSCO
INTC
HPQ
the charts can be created on same html page in div container or new page if these values can be passed...
your help and time is greatly appreciated
ps. my webhosting platform is microsoft