<!DOCTYPE html> <html> <head> <meta charset="UTF-8"> <title>框架测试</title> </head> <body> <table border="0" cellpadding="8" cellspacing="0" width="1000"> <tr> <td colspan="2"> <iframe src="de/top.html" name="top" width="100%" height="66" frameborder="0" scrolling="no"></iframe> </td> </tr> <tr><td colspan="2" ><hr></td></tr> <tr> <td><iframe src="de/left.html" name="left" width="160" height="450" frameborder="0" scrolling="no" >aaa</iframe></td> <td> <iframe src="de/right.html" width="820" height="450" scrolling="no" ></iframe> </td> </tr> <tr><td colspan="2" ><hr></td></tr> <tr > <td colspan="2"> <iframe src="de/bottom.html" name="bottom" width="100%" height="66" frameborder="0" scrolling="no" ></iframe> </td> </tr> </table> </body> </html>
手写图片:
运行图片: