20 |
|
|
21 |
<html> |
<html> |
22 |
<head> |
<head> |
23 |
|
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" > |
24 |
<title>JSCoverage</title> |
<title>JSCoverage</title> |
25 |
<link rel="stylesheet" type="text/css" href="jscoverage-highlight.css"> |
<link rel="stylesheet" type="text/css" href="jscoverage-highlight.css"> |
26 |
<link rel="stylesheet" type="text/css" href="jscoverage.css"> |
<link rel="stylesheet" type="text/css" href="jscoverage.css"> |
58 |
<div class="TabPage" id="browserTabPage"> |
<div class="TabPage" id="browserTabPage"> |
59 |
<div id="locationDiv"> |
<div id="locationDiv"> |
60 |
URL: <input id="location" type="text" size="70" onkeypress="jscoverage_input_keypress(event)"> |
URL: <input id="location" type="text" size="70" onkeypress="jscoverage_input_keypress(event)"> |
61 |
<button onclick="jscoverage_button_click();">Go</button> |
<button onclick="jscoverage_openInFrameButton_click();" title="open URL in the iframe below [Enter]">Open in frame</button> |
62 |
|
<button onclick="jscoverage_openInWindowButton_click();" title="open URL in a new window (or tab) [Shift+Enter]">Open in window</button> |
63 |
</div> |
</div> |
64 |
<div id="iframeDiv"> |
<div id="iframeDiv"> |
65 |
<iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe> |
<iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe> |