UNPKG

selenium-webdriver

Version:

The official WebDriver JavaScript bindings from the Selenium project

19 lines (16 loc) 318 B
<html> <head> <title>Second Modal</title> <script> function openModal() { window.showModalDialog("modal_3.html",'dialogWidth:250px;dialogHeight:200px;resizable:yes') } </script> </head> <body> <p>Modal dialog sample</p> <input type="button" value="btn3" onclick="openModal();"> <div> </div> </body> </html>