frame自适应
<html> <head> <title>frame自适应</title> </head> <frameset rows="100%" border="0" framespacing="0" frameborder="0"> <frame name="main" src="http://www.qq.com" marginwidth="0" marginheight="0" scrolling="auto" noresize="noresize"> </frameset> <noframes></noframes> </html>
//成功一定有方法,失败一定有原因。