Sha256: c245c235d99e453bb6c60627fdb81affc641d7dd57d59fc61441085ad503a003
Contents?: true
Size: 391 Bytes
Versions: 16
Compression:
Stored size: 391 Bytes
Contents
<!doctype 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
16 entries across 16 versions & 2 rubygems