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

Version Path
page-object-0.9.1 features/html/modal.html
page-object-0.9.0 features/html/modal.html
page-object-0.8.10 features/html/modal.html
page-object-0.8.9 features/html/modal.html
page-object-0.8.8 features/html/modal.html
page-object-0.8.7 features/html/modal.html
page-object-0.8.6.1 features/html/modal.html
page-object-0.8.6 features/html/modal.html
page-object-0.8.5 features/html/modal.html
page-object-0.8.4 features/html/modal.html
page-object-0.8.3 features/html/modal.html
page-object-0.8.2 features/html/modal.html
page-object-0.8.1 features/html/modal.html
page-object-0.8 features/html/modal.html
page-object-0.7.6 features/html/modal.html
page-object-0.7.5.1 features/html/modal.html
page-object-0.7.5 features/html/modal.html
page-object-0.7.4 features/html/modal.html
page-object-0.7.3 features/html/modal.html
page-object-0.7.2 features/html/modal.html