Sha256: 462b6f05944a8ada60681bedf876b160926c8ce0cf32c456c1724c74156b58c4
Contents?: true
Size: 614 Bytes
Versions: 5
Compression:
Stored size: 614 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 "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
5 entries across 5 versions & 2 rubygems