<p style = "font-size:9pt" > Time for a break, <span id = "name" > mate </span></p>
</body>
</html>
Cooler example: webcam
<html >
<head>
<script>
function takePicture(){
var camera = bondi.camera.getCameras()[ 0 ]; camera.takePicture(function(x){document.getElementById("picture").src=x;},function(){alert( "nope" );}); }
</script>
</head>
<body>
<button onclick = "takePicture()" > Take Picture </button>
0 comments
Post a comment