Sha256: fd4f0fc109e087bfe56a9aebcf71cfd0ef3b3134722fffe5c60ffc1cb4522d59
Contents?: true
Size: 450 Bytes
Versions: 87
Compression:
Stored size: 450 Bytes
Contents
<html> <head> <title>modal dialog test page</title> </head> <body> <script type="text/javascript"> function modal() { var retValue = window.showModalDialog( "modal_1.html", self, "status:no;resizable:Yes;help:no;maximize:no;minimize:no;scrollbars:no;"); } </script> <input id=launch_modal_button type=button onclick='return modal();' value="Launch a modal" /> </body> </html>
Version data entries
87 entries across 87 versions & 7 rubygems