Log in

View Full Version : Automatic silver/gold/platinum chart for FIREFOX (5 second refresh)



Filthy Keynes
4th November 2010, 09:14 PM
Just copy and past this into a text file. Change the filename to xxxxx.html

I made it myself, so enjoy!



<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
4th November 2010, 09:14 PM
Here's another one for you:



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