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 |
||
(4 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 26: | Line 26: | ||
<body> | <body> | ||
<form> | <form> | ||
<input type="button" value="Asystole" onClick=" | <input type="button" value="Asystole" onClick="timedCount()"> | ||
<input type="text" id="txt"> | <input type="text" id="txt"> | ||
</form> | </form> | ||
</body> | </body> | ||
</html> | </html> | ||
</includeonly> | |||
<includeonly> |