Sha256: e68117142219334ee904c909d8f134e06ed5c063619cb2e954f2e3738dad9fc9

Contents?: true

Size: 1.33 KB

Versions: 62

Compression:

Stored size: 1.33 KB

Contents

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
    <head>
        <title>IFrame 1</title>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    </head>
    <body onload="document.senderForm.senderElement.focus()">
        <h1>Frame 1</h1>
        <p>Nam accumsan. Donec nisi pede, interdum eget, ultrices ac, vulputate vitae, nunc. Nulla lorem. Duis cursus pharetra dolor. Nulla accumsan hendrerit leo. Vivamus commodo. Nullam dignissim adipiscing est. Aliquam vitae orci in risus lobortis luctus. Ut luctus fermentum ligula. Nullam ipsum. Suspendisse sit amet nisi.</p>
        <form action="" method="post" name="senderForm">
            <fieldset>
                <select id="select-list">
                  <option value="value1">value1</option>
                  <option value="value2">value2</option>
                </select>
                <input type="text" name="senderElement" id="senderElement" value="send_this_value" />
                <input type="button" id="send" onclick="parent.iframe2.document.recieverForm.recieverElement.value = document.senderForm.senderElement.value" value="Send!" />
            </fieldset>
        </form>
        <div id="set_by_js" />
    </body>
</html>

Version data entries

62 entries across 62 versions & 1 rubygems

Version Path
watir-7.3.0 spec/watirspec/html/iframe_1.html
watir-7.2.2 spec/watirspec/html/iframe_1.html
watir-7.2.1 spec/watirspec/html/iframe_1.html
watir-7.2.0 spec/watirspec/html/iframe_1.html
watir-7.1.0 spec/watirspec/html/iframe_1.html
watir-7.0.0 spec/watirspec/html/iframe_1.html
watir-7.0.0.beta5 spec/watirspec/html/iframe_1.html
watir-7.0.0.beta4 spec/watirspec/html/iframe_1.html
watir-7.0.0.beta3 spec/watirspec/html/iframe_1.html
watir-7.0.0.beta2 spec/watirspec/html/iframe_1.html
watir-7.0.0.beta1 spec/watirspec/html/iframe_1.html
watir-6.19.1 spec/watirspec/html/iframe_1.html
watir-6.19.0 spec/watirspec/html/iframe_1.html
watir-6.18.0 spec/watirspec/html/iframe_1.html
watir-6.17.0 spec/watirspec/html/iframe_1.html
watir-6.16.5 spec/watirspec/html/iframe_1.html
watir-6.16.4 spec/watirspec/html/iframe_1.html
watir-6.16.3 spec/watirspec/html/iframe_1.html
watir-6.16.2 spec/watirspec/html/iframe_1.html
watir-6.16.1 spec/watirspec/html/iframe_1.html