Hi friends,
can anyone help me work with ftp screenshot?
I have try it, but notnhing happen.
Thx.
Regards
How familiar are you with html code?
I've created a page on my web server and I load the FTP jpg picture to it. I'm assuming that you have the web hosting address and passwords entered in the RB Preferences menu? Don't forget to set the correct folder structure too in the Preferences section.
This is the code that causes the page to refresh every 60 seconds:
<meta http-equiv="refresh" content="60; URL=http://www.ruyton.demon.co.uk/html/radarbox.html">
And this is the code that shows the picture:
<td width="633" class="TextObject">
<p style="text-align: center;">AirNav Systems Live RadarBox Screenshot - Automatically refreshed every 60 seconds</p>
<iframe id="InlineFrame1" name="InlineFrame1" src="
http://www.ruyton.demon.co.uk/radarbox/RadarBoxScreenShot.gif" width="700" height="860" frameborder="0"></iframe></td></td>
</tr>