81,115
社区成员
发帖
与我相关
我的任务
分享
<%@ page language="java" pageEncoding="GBK"%>
<%@ page contentType="text/html;charset=GBK"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=GBK">
<title>易宝搜索</title>
<style type="text/css">
label {font-size:14px;color:#1E90FF; cursor:pointer;font-weight: 580;}
</style>
<script type="text/javascript">
function checked() {
if(form.key.value == "") {
alert("false");
document.form1.key.focus();
return false;
}
return true;
}
</script>
</head>
<body>
<jsp:include page="/header.html" />
<div align="center">
<form action="query.do" method="get" id="queryForm" onSubmit="return checked(this);">
<input type="text" name="key" style="width:250px; height:18px;border:1px solid #D0D9F7; background-color:#F7F7F7;padding:5px; font-weight:bold; color:#666666; font-size:14px;"/>
<input type="submit" value="易宝搜索" style="width:80px; height:28px; border:0; background:#00BFFF; color:#FFFFFF; font-size:14px; cursor:pointer;"/>
<div align="center">
<label>
<input type="radio" name="resourcetype" value="all" checked>
全 部
<input type="radio" name="resourcetype" value="doc">
文 档
<input type="radio" name="resourcetype" value="pic">
图 片
<input type="radio" name="resourcetype" value="audio">
音 频
<input type="radio" name="resourcetype" value="video">
视 频
</label>
</div>
</form>
</div>
</body>
</html>