|
#1
|
|||
|
|||
|
Hi i have tryed everything and read for over 1 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 or php code. Thanks
__________________
The web in one word. |
|
#2
|
||||
|
||||
|
You know the standard procedure for posting-- post a link to your site with the problematic page, etc.
And here's your html code: http://code.google.com/apis/gadgets/..._world_example If that doesn't help, which I'm guessing as you read the page it doesn't, you'll need to, y'know, post more info.
__________________
Daniel - <?php?> | <html>| Ich lerne Deutsch. | Studio l'italiano. | Estudiaba español. | Estudo português. | 日本語の勉強。| मैं हिन्दी सीखो | درس العربية |
|
#3
|
|||
|
|||
|
Thanks i used that code
Code:
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>
Hello world! Here is your portfolio: GOOG )AAPL: () INTC: () when it should look something like this Hello world! Here is your portfolio: GOOG: 631.58 (+15.58) AAPL: 171.46 (+1.88) INTC: 26.65 (+1.17)
__________________
The web in one word. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
|
|