Jump to content

Recommended Posts

Posted

Sample Canal Level

Found a good site, which shows canal levels around me. I want to make a very simple html which resides on c:\ and when i open it, it shows the pictures (sample above ) without clicking one by one.....

I want to collate the canals around me, so i can with one click keep an eye on them

Thanks for advice.

(p.s. my mrs is very sick / bed ridden and leaving bkk is not an option, so keeping a close eye things is even more important for me now ).

Thx square.

Posted

If the image is dynamic, like the image changed while the URL stays the same then it's easy.

1. Right click the image and copy the image URL.

2. Create a HTML file canals.html with the following code for example.

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

The src= just has to be the image URLs. If the image is not dynamic however, I think HTML is not sufficient.

Posted

If the image is dynamic, like the image changed while the URL stays the same then it's easy.

1. Right click the image and copy the image URL.

2. Create a HTML file canals.html with the following code for example.

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

<img src="http://119.46.226.5/apis/apitraffy.php?api=getcctvimg&id=647&num=0&appid=00000103&key=8bk5CuQHCu&format=ani&time=1319813245359" alt="" />

The src= just has to be the image URLs. If the image is not dynamic however, I think HTML is not sufficient.

thanks a million - worked like a charm

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.



×
×
  • Create New...