Sha256: df74f20f415855ff1c4d7080c95b07d01559d992fdcacfbdd0823d0e8b953081

Contents?: true

Size: 776 Bytes

Versions: 2

Compression:

Stored size: 776 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

2 entries across 2 versions & 2 rubygems

Version Path
mk_firewatir-1.6.5 unittests/html/new_browser.html
firewatir-1.6.5 unittests/html/new_browser.html