Sha256: bf200132c9cf60f214fcdc28d18661f6de458ec0e5c54e4cbd47597dd3ec3f68
Contents?: true
Size: 470 Bytes
Versions: 88
Compression:
Stored size: 470 Bytes
Contents
<html> <head> <title>Modal 2</title> <script> function delay_action(other_function) { setTimeout(other_function, 3000); } function close_window() { self.close() } </script> </head> <body> <h2>Modal 2</h2> <h3>Close buttons</h3> <input id=close_window2 type="button" onclick="close_window()" value="Close window"/> <input id=delayed_close2 type=button onclick="delay_action('close_window()')" value="Close window with delay" /> </body> </html>
Version data entries
88 entries across 88 versions & 7 rubygems