Sha256: 069024b393d0dc2741fb08d533e71eb71f865a3c15a64acc59d66e747baed128
Contents?: true
Size: 435 Bytes
Versions: 1
Compression:
Stored size: 435 Bytes
Contents
<html> <head> <title>Main Modal</title> <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> </head> <body> <input id=launch_modal_button type=button onclick='return modal();' value="Launch a modal" /> </body> </html>
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
iemodal-0.0.4 | features/html/modal.html |