<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" >
<head>
    <title>无标题页</title>
</head>
<frameset rows ="30,80%"> <!--border="0" framespacing="0" frameborder="1"-->
        <frame name="Input" marginwidth="0" marginheight="0" src="http://www.google.cn/search?hl=zh-CN&q=abc&meta=&aq=f&oq=" scrolling="no"/>
        <frame name="Output" src="http://www.baidu.com/s?wd=abcd" scrolling="no" />
</frameset>
<body>
</body>
</html>我打开此页面,百度就弹出来,怎样能让他嵌在frameset里呢。