tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

forms2_iframe.html (382B)


      1 <html>
      2  <head>
      3    <meta charset="utf-8" />
      4    <title>Forms2 iframe</title>
      5  </head>
      6  <body>
      7    <form>
      8      <fieldset>
      9        <input type="text" id="firstname" />
     10        <input type="text" id="lastname" />
     11        <input type="text" id="user1" value="foo" />
     12        <input type="password" id="pass1" value="foo" autofocus />
     13      </fieldset>
     14    </form>
     15  </body>
     16 </html>