2 messages in com.googlegroups.google-finance-apis[Google Finance APIs] Hello world jav...
FromSent OnAttachments
wasimSep 12, 2008 5:41 am 
James669Sep 12, 2008 6:00 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:[Google Finance APIs] Hello world java script is not working..Actions...
From:wasim (wasi@gmail.com)
Date:Sep 12, 2008 5:41:09 am
List:com.googlegroups.google-finance-apis

Hi i have tryed everything and read for over 3 hour on this http://code.google.com/apis/gadgets/docs/finance.html however i have no idea on how to make it work with my html website.

If any one knows how to get it to work would you please post the html code.

Please look at the code in the following mail .

Thanks Wasim

Hello world! Here is your portfolio:<br/> GOOG: <span id=_IG_SYM1_l></span> (<span id=_IG_SYM1_c></span>)<br/>

AAPL: <span id=_IG_SYM2_l></span> (<span id=_IG_SYM2_c></span>)<br/> INTC: <span id=_IG_SYM3_l></span> (<span id=_IG_SYM3_c></span>)<br/>

<script type="text/javascript"> var quote = new google.finance.Quote(); quote.enableDomUpdates( { 'GOOG' : '_IG_SYM1', 'AAPL' : '_IG_SYM2', 'INTC' : '_IG_SYM3' } );

quote.getQuotes(["GOOG", "AAPL", "INTC"]); </script>