Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <body style="margin:0; background-color:black;">
- <div style="height:100%; background-color:black; position:fixed;">
- <img height="50%" name="Camera1"/>
- <img height="50%" name="Camera2"/>
- <br>
- <img height="50%" name="Camera3"/>
- <img height="50%" name="Camera4"/>
- </div>
- </body>
- <script language="JavaScript">
- //<!--
- function reloadImage()
- {
- var now = new Date();
- var Camera1 = 'http://xxxxxx/cgi-bin/wappaint?camera_no=0&animation=0&name=aa&password=11&time=1346851800&pic_size=2'
- var Camera2 = 'http://xxxxxx/cgi-bin/wappaint?camera_no=1&animation=0&name=aa&password=11&time=1346851800&pic_size=2?1346851972719.719'
- var Camera3 = 'http://xxxxxx/cgi-bin/wappaint?camera_no=2&animation=0&name=aa&password=11&time=1346851800&pic_size=2?1346851974247.247'
- var Camera4 = 'http://xxxxxx/cgi-bin/wappaint?camera_no=3&animation=0&name=aa&password=11&time=1346851800&pic_size=2?1346851975678.678'
- if (document.images)
- {
- document.images.Camera1.src = Camera1 + '?' + now.getTime();
- document.images.Camera2.src = Camera2 + '?' + now.getTime();
- document.images.Camera3.src = Camera3 + '?' + now.getTime();
- document.images.Camera4.src = Camera4 + '?' + now.getTime();
- }
- setTimeout('reloadImage()',1000);
- }
- setTimeout('reloadImage()',1000);
- //--></script>
Advertisement
Add Comment
Please, Sign In to add comment