Untitled
unknown
plain_text
4 years ago
188 B
13
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...