Untitled
unknown
plain_text
4 years ago
188 B
12
Indexable
<img src="" id="webcam" /> <script type="text/javascript"> var int=self.setInterval("reload()",1000); function reload(){ $("#webcam").attr("src", "/mysite/webcamImage"); } </script>
Editor is loading...