| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <title>second frame</title> | |
| </head> | |
| <body> | |
| <input id="bou" value="there"/> | |
| <iframe id="iframe1" src="iframe_page.html" name="iframename1"></iframe> | |
| <iframe id="iframe2" name="iframename2" src="single_iframe.html"> | |
| </iframe> | |
| </body> | |
| </html> |