1 <!DOCTYPE html> 2 <html> 3 <head> 4 <title>second frame</title> 5 </head> 6 <body> 7 <input id="bou" value="there"/> 8 <iframe id="iframe1" src="iframe_page.html" name="iframename1"></iframe> 9 <iframe id="iframe2" name="iframename2" src="single_iframe.html"> 10 </iframe> 11 </body> 12 </html>