PDA

View Full Version : How do you track the price of gold/silver?



Filthy Keynes
10th November 2010, 07:46 PM
At work I use KCAST. At home I created my own html page that refreshes every five seconds (FIREFOX not CHROME) with Kitco charts. I can't use KCAST at home because I have Windows 7.

How do you track the price of PM's?




<html>
<body>
<head>


<META HTTP-EQUIV="REFRESH" CONTENT="5">


</head>

<table>
<tr>
<td>

<img src="http://www.kitco.com/images/live/silver.gif">
</td>
<td>
<img src="http://www.kitco.com/images/live/gold.gif">
</td>
</tr>
<td>
<img src="http://www.kitco.com/images/live/plati.gif">
</td>
<td valign="top">
<img src="http://www.kitconet.com/images/sp_en_6.gif">
</td></tr></table>






</body>
</html>

Filthy Keynes
10th November 2010, 07:48 PM
I have also created this which is the 24 hour tracking up to the second:


<html>
<body>
<head>


<META HTTP-EQUIV="REFRESH" CONTENT="5">


</head>

<table>
<tr>
<td>

<img src="http://www.kitconet.com/images/live/ag0001wb.gif">
</td>
<td>
<img src="http://www.kitconet.com/images/live/au0001wb.gif">
</td>
</tr>
<td>
<img src="http://www.kitconet.com/images/live/pt0001wb.gif">
</td>
<td valign="top">
<img src="http://www.kitconet.com/images/sp_en_6.gif">

</td></tr></table>






</body>
</html>