Sha256: aa86fba41ae807b308036b7dbdcd72c47516b24366faf3b88fbfcf71a92085d5
Contents?: true
Size: 446 Bytes
Versions: 16
Compression:
Stored size: 446 Bytes
Contents
<!doctype html> <head><title>Modal Dialog</title></head> <body> <p>Enter some text:</p> <input type="text" name="modal_text" /> <input type="button" value="Close" onClick="javascript:window.returnValue=modal_text.value; window.close();"/> <br/><button onClick="showModalDialog('pass.html');">Another Modal</button> <br/><button onClick="showModalDialog('frame_buttons.html');">Modal with Frames</button> </body></html>
Version data entries
16 entries across 16 versions & 2 rubygems