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