features/html/modal.html in iemodal-0.0.2 vs features/html/modal.html in iemodal-0.0.4

- old
+ new

@@ -1,17 +1,18 @@ <html> <head> - <title>modal dialog test page</title> - </head> - <body> - + <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>