Sha256: e1cde5571dddeb9510923281d77172965f7821ea846efebb6987e1bfad898621
Contents?: true
Size: 371 Bytes
Versions: 7
Compression:
Stored size: 371 Bytes
Contents
<html> <head> <title>Modal Browser Dialog Launcher</title> </head> <body> <h1>Modal Browser Dialog Launcher</h1> <input type = "button" value = "Launch Dialog" onclick = "javascript:document.all.modaloutput.value=window.showModalDialog('modal_dialog.html');"></input> <br></br> <p>Text from Modal:</p> <input type = "text" name = "modaloutput"></input> </body> </html>
Version data entries
7 entries across 7 versions & 3 rubygems