49 |
<div class="TabPage" id="browserTabPage"> |
<div class="TabPage" id="browserTabPage"> |
50 |
<div id="locationDiv"> |
<div id="locationDiv"> |
51 |
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)"> |
52 |
<button onclick="jscoverage_button_click();">Go</button> |
<button onclick="jscoverage_openInFrameButton_click();" title="open URL in the iframe below [Enter]">Open in frame</button> |
53 |
|
<button onclick="jscoverage_openInWindowButton_click();" title="open URL in a new window (or tab) [Shift+Enter]">Open in window</button> |
54 |
</div> |
</div> |
55 |
<div id="iframeDiv"> |
<div id="iframeDiv"> |
56 |
<iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe> |
<iframe id="browserIframe" onload="jscoverage_browser_load();"></iframe> |