日期:2014-05-16 浏览次数:20368 次
<style>
.one{
width:100px;
height:20px;
border:1px solid #FF1001;
}
</style>
<script>document.getElementById('bd').onclick=function(e){var v=document.getElementById('search').value;window.open('http://www.baidu.com/s?wd='+v);}
</script>
<input name="textfield" type="text" id="search" />
<div id="bd" class="one">百度搜索</div>