Sha256: 2947568fb2841c44eaa500d75c30cb34f8cb741bb6c986b061fd37c783886e85

Contents?: true

Size: 427 Bytes

Versions: 1

Compression:

Stored size: 427 Bytes

Contents

<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

1 entries across 1 versions & 1 rubygems

Version Path
watir-1.6.5 unittests/html/modal_dialog.html