/js/lib/Socket.IO-node/support/expresso/deps/jscoverage/doc/example-inverted/index.html
HTML | 25 lines | 25 code | 0 blank | 0 comment | 0 complexity | c975eee7751b2b0ea57f75d891402973 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.1, MPL-2.0-no-copyleft-exception, BSD-3-Clause
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
- <html>
- <head>
- <title>Example</title>
- <script type="text/javascript" src="script.js"></script>
- <style>
- div.black {
- color: black;
- }
- div.red {
- color: red;
- font-weight: bold;
- }
- </style>
- </head>
- <body>
- <div id="request" class="red">Please select your favorite number:</div>
- <input type="radio" name="number" id="radio1" onclick="go(this);"><label for="radio1">One</label><br>
- <input type="radio" name="number" id="radio2" onclick="go(this);"><label for="radio2">Two</label><br>
- <input type="radio" name="number" id="radio3" onclick="go(this);"><label for="radio3">Three</label><br>
- <input type="radio" name="number" id="radio4" onclick="go(this);"><label for="radio4">Four</label><br>
- <div id="result" class="red"></div>
- <button onclick='window.open("jscoverage.html");'>Coverage report</button>
- </body>
- </html>