1
<html>
2
<head>
3
<meta http-equiv='Content-Type' content='text/html; charset=gb2312' />
4
<meta name='author' content='F.R.Huang(meizz梅花雪)//www.meizz.com' />
5
<title>iframe自适应加载的页面高度</title>
6
</head>
7
8
<body>
9
<div><iframe src="child.htm"></iframe></div>
10
</body>
11
</html>
2
3
4
5
6
7
8
9
10
11
下面的说child.htm的代码