html> 
<body> 
<form name = "form1" action="http://www.baidu.com/baidu" >
<table bgcolor="#FFFFFF"> <tr> <td> 
<input name=tn type=hidden value=baidu> 
<a href="http://www.baidu.com/"> <img src="http://img.baidu.com/img/logo-80px.gif" alt="Baidu" align="bottom" border="0"> </a> 
<input type=text name=word value = "fuck" size=30> 
<input type="submit" value="百度搜索"> 
</td> </tr> </table> 
</form> 
</body> 
</html> 上面是baidu搜索的页面。在我点击搜索后,搜索结果出来会替代原来的页面,如何能让搜索结果和原来的(就是上面的内容)出现在同一个页面中?是不是用Frameset来分割?具体咋实现?