How would one create a URL link (in firefox say) that would automatically just show the latest image for wind direction from this site. The issue is that you need to click on a tab in the page to see the latest image, and I'm not sure how this works.
The HTML for the link on the "24 Hour Wind" tab on the page is as follows below:
<a href="javascript:void(null);" title="24 hour Wind">24 hour Wind</a>
The page itself is here:
http://www.bom.gov.au/jsp/watl/weather/obs.jsp?graph=all_obs&station=40211
My goal is to be able to:
a) create a link directly to the latest image in firefox b) put this link in one of my own web pages where I compile all key pieces of info I want to see in one page