I am developing a page in which I want to use the result of th
following:
"http://finance.yahoo.com/d/quotes.csv?s=IBM&f=x"
When I type this in a browser's address area I get the market in whic
IBM is in, which is NYSE as a string. I wan to have a page in whic
when the page is getting loaded it sends a query to yahoo and return
the string in a way I can show it on my page. Could someone please giv
me a hint how javascript can do it?
Thanks in advance,
Mar
--
peman2
Richard T. Edwards - 12 Oct 2005 15:38 GMT
That would be:
http://finance.yahoo.com
> I am developing a page in which I want to use the result of the
> following:
[quoted text clipped - 9 lines]
> Thanks in advance,
> Mark