jsp 怎么在本地的一个页面上面显示百度搜索页面(www.baidu.com)

jsp 如何在本地的一个页面上面显示百度搜索页面(www.baidu.com)
RT  有什么方法  include什么的都试过了  好像不可以
------解决思路----------------------

<form name="f" action=" http://www.baidu.com/s" target="_blank">
<input type="text" name="wd" id="wd" maxlength="100"><input type="submit" value="百度一下" id="baidu">
</form>


这个吧,我自己试过了,没有问题。