Sha256: ca78fb0fd26631c06c950cfd1c140c445fe9740ea7dc356785a9858fa4056049
Contents?: true
Size: 382 Bytes
Versions: 52
Compression:
Stored size: 382 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
52 entries across 52 versions & 2 rubygems