
<LINK rel="stylesheet" type="text/css" href="zbutton/zbutton.css">
<SCRIPT type="text/javascript" src="zbutton/zbutton.js"></SCRIPT>

<table  align="center" border="0">
		<form name="frmSearch" action="news_search.jsp" method="get" target="_blank">
						<tr>
							<td>新闻搜索：</td>
							<td><input class="flatbox" size="40" name="keyword"   title="多个关键字之间用空格分隔">
							<input type="radio" checked value="title" name="where">标题 
							<input type="radio" value="keyword" name="where"  >关键字 
							<input type="radio" value="content" name="where">内容 
							<input type="radio" value="author" name="where"   title="新闻撰稿人的实名">作者 
							</td>
							<td>
							<script language="javascript" type="text/javascript">
							
		 				function cb_ok_onclick()
						{
						   document.all("frmSearch").submit();
						}
					   var cb =new zbutton("cb_ok", " 搜索","image/zoom.gif");
		  
        			</script>
			</td>
			</tr>
		</form>
</table>
