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>
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>