Sha256: f4fa89f5999203c2b97f0a98d34acf5589c2a926c76c758c418b959d696da4f6

Contents?: true

Size: 467 Bytes

Versions: 2

Compression:

Stored size: 467 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

2 entries across 2 versions & 1 rubygems

Version Path
meeane-page-object-0.1.10 features/html/modal.html
meeane-page-object-0.1.8 features/html/modal.html