forms2.html (434B)
1 <html> 2 <head> 3 <meta charset="utf-8" /> 4 <title>Forms2</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 <iframe id="iframe" src="forms2_iframe.html"></iframe> 16 </body> 17 </html>