|
Posted by Roy Schestowitz on 06/15/05 05:30
John wrote:
> Hi:
>
> On a small web site I am looking after
> (http://www.myjourney.ca/weather.shtml) I have a small "weather panel"
> (<a href="http://www.wunderground.com/global/stations/71368.html">
> <img
> src="LONG LINK")
>
> However, the time (and temparature also, I imagine) stays at what it was
> when the page was first opened.
>
> Is there a script or command I can insert so that this link will be
> refreshed every one minute or so?
>
> I have googled "refresh" and found several examples of refreshing a whole
> page, but not just a linked image in a page.
>
> Thanks!
>
> John <><
>
> A wise monkey is a monkey who doesn't monkey
> with an other monkey's monkey.
Refreshing just part of the page will involve frames or JavaScript (AJAX,
for example, is about refreshing parts of the page without a complete
reload). Considering the fact that both are a bloat and quite unnecessary,
I suggest you use metatags to refresh the entire page.
Wunderground used to embed the text in the image so I could snatch it but
they now (starting last month) display text on top of a background that
represents the current conditions. Have you found a workaround?
Roy
--
Roy S. Schestowitz
http://Schestowitz.com
[Back to original message]
|