Sha256: 538271896067cd5b6b5886e724e4357f14f51d2a175545b2ba77a04e52250820

Contents?: true

Size: 793 Bytes

Versions: 26

Compression:

Stored size: 793 Bytes

Contents

<html>
<head>
<title>New Browser Launcher</title>	
<script language="JavaScript" type="">
	function open_window_slowly(){
		setTimeout("window.open('blankpage.html');", document.all.delay.value * 1000); 
	}
</script>
</head>
<body>
<h1>New Browser Launcher</h1>
	<p>This link brings up a window marked "pass": <a href="pass.html" target="_blank">New Window</a></p>
	<p>This link brings up a window marked "pass" with same title as this parent window: <a href="new_browser_popup.html" target="_blank">New Browser Window</a></p>
	<p>This link brings up a window marked "blank for frames" after a delay:
	<span onclick="open_window_slowly();">New Window Slowly</span></p>
	<p>    Number of seconds to wait: <input type="text" name="delay" value="0.5"></input></p>
</body>
</html>

Version data entries

26 entries across 26 versions & 1 rubygems

Version Path
firewatir-1.9.4 unittests/html/new_browser.html
firewatir-1.9.3 unittests/html/new_browser.html
firewatir-1.9.2 unittests/html/new_browser.html
firewatir-1.9.2.rc1 unittests/html/new_browser.html
firewatir-1.9.1 unittests/html/new_browser.html
firewatir-1.9.1.rc1 unittests/html/new_browser.html
firewatir-1.9.0 unittests/html/new_browser.html
firewatir-1.9.0.rc7 unittests/html/new_browser.html
firewatir-1.9.0.rc6 unittests/html/new_browser.html
firewatir-1.9.0.rc5 unittests/html/new_browser.html
firewatir-1.9.0.rc4 unittests/html/new_browser.html
firewatir-1.9.0.rc3 unittests/html/new_browser.html
firewatir-1.9.0.rc2 unittests/html/new_browser.html
firewatir-1.9.0.rc1 unittests/html/new_browser.html
firewatir-1.8.1 unittests/html/new_browser.html
firewatir-1.8.1.rc1 unittests/html/new_browser.html
firewatir-1.8.0 unittests/html/new_browser.html
firewatir-1.8.0.rc1 unittests/html/new_browser.html
firewatir-1.7.1 unittests/html/new_browser.html
firewatir-1.7.0 unittests/html/new_browser.html