Widget:V: Difference between revisions
Jump to navigation
Jump to search
Gerald Chi (talk | contribs) Created page with "<includeonly> <script type="text/javascript"> <html> <head> <script> var c=0; var t; var timer_is_on=0; function timedCount() { document.getElementById('txt').value=c; c=c+1..." |
Gerald Chi (talk | contribs) mNo edit summary |
||
Line 26: | Line 26: | ||
</script> | </script> | ||
</head> | </head> | ||
</script> | |||
<body> | <body> | ||
<form> | <form> | ||
<input type="button" value=" | <input type="button" value="Asystole" onClick="doTimer()"> | ||
<input type="text" id="txt"> | <input type="text" id="txt"> | ||
</form> | </form> | ||
</body> | </body> | ||
</html> | </html> | ||
</script> | </script> | ||
<form> | <form> |