I want to use javascript to look at a website. They have three images displaying depending on a certain status.
The other website uses an image tag
<img src="http://website/123.png" id="ImageToDisplay">
There are two images and the image name changes for example: 111.png, 222.png.
So when they update there page to 222.png my website should pick it up and also show 222.png.
Using javascript I can imagine using getElementById("ImageToDisplay")
, not sure how to pull from another website
I will be running the JavaScript with Classic ASP