Weather pictures to change

liunx

Guest
i wana post pictures from like weather.com of the local forcast how would i get it to change without copying it each tim or making a link to the page, simply just put the picture on my page so when they change is from bad to good weather (vica-virsa) the pics on my change?<!--content-->could you use an iframe to display their page?<!--content-->no,<!--content-->hi wildwobby...<br />
<br />
if i understand you correctly...<br />
you want to have the same exact image on your page that is on a the weather.com page at any given moment...<br />
but you don't want to do anything manually to accomplish it...<br />
nor do you want to link to it in any way.<br />
<br />
your funny :)<br />
<br />
;) k<!--content-->what? how is it funny?<!--content-->It's funny because it's next to impossible. You might be able to use something like this:<br />
<!-- m --><a class="postlink" href="http://www.skies.com.au/weather/1weatherfree.htm">http://www.skies.com.au/weather/1weatherfree.htm</a><!-- m --><br />
<br />
Adam<!--content-->Just create the direct link to that specific image and have your page automatically refresh every few minutes or so...if I remember correctly, weather.com updates it's satellite images every hour.<br />
<br />
Or...as an alternative, you could develop your own Doppler Radar system that displays to your web page only... :D<br />
<br />
j/k<br />
<br />
Tom<!--content-->You can do that using Java or any other programming language. For this<br />
you will need a servlet to communicate with your HTML page and you will have to run a webserver with servlet engine. Tomcat is a free one.You can get it from here<br />
<br />
<!-- m --><a class="postlink" href="http://jakarta.apache.org/builds/jakarta-tomcat-4.0/release/v4.1.24/bin/">http://jakarta.apache.org/builds/jakart ... .1.24/bin/</a><!-- m --><br />
<br />
..JavaScript/HTML does not have the ability to do so.<br />
However, if you know that weather.com updates forecasts in an XML file that you can use wuth JavaScript and display it on a page.<!--content-->
 
Back
Top