In the ANRB program, click File > Preferences > General and in the bottom left of the window you'll see a heading "Screen Shot Auto FTP Upload".
Type in your website server details, leave the port number at 21 and tell it where on your website you want to the screen shot uploaded too, the main folder will be something like
/html/yourwebsitename.com/ ANRB will now upload the screen shot to your website, to include this on a page I use the following coding:
<p align="center"><img name="refresh" src="RadarBoxScreenShot.gif" alt="Radar Image">
<SCRIPT language=JavaScript type=text/javascript>
<!--
var t = 30 // interval in seconds
image = "RadarBoxScreenShot.gif" //name of the image
function Start() {
tmp = new Date();
tmp = "?"+tmp.getTime()
document.images["refresh"].src = image+tmp
setTimeout("Start()", t*1000)
}
Start();
// -->
</SCRIPT><br />
Image will update once a minute.</p>
This will display the image and automatically check and display image updates every 30 seconds.
You can see mine in action here:
http://www.hebwx.co.uk/wxflight.php