Widget:V: Difference between revisions
Jump to navigation
Jump to search
Gerald Chi (talk | contribs) mNo edit summary |
Gerald Chi (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<html> | <html> | ||
<head> | <head> | ||
<script> | <script type="text/javascript"> | ||
var c=0; | var c=0; | ||
var t; | var t; | ||
Line 23: | Line 23: | ||
} | } | ||
</script> | </script> | ||
</head> | |||
<body> | |||
<form> | <form> | ||
<input type="button" value="Asystole" onClick="timedCount()"> | <input type="button" value="Asystole" onClick="timedCount()"> | ||
<input type="text" id="txt"> | <input type="text" id="txt"> | ||
</form> | </form> | ||
</body> | |||
</html> | |||
</includeonly> | </includeonly> |