?? projectexpert_query.asp
字號:
<!--#include file="../Include/TimeOut.asp"-->
<%if session("IPno")="no" then Response.Redirect "../Messagebox/error.asp?info=您無瀏覽此頁的權(quán)限!!"%>
<%modulecode="0405"%>
<!--#include file="../Include/ModuleUserCheck.asp"-->
<html>
<head>
<title>專家查詢</title>
<style>
.button {
BACKGROUND-COLOR:#E6F4FF; BORDER-BOTTOM: #0099FF 1px solid; BORDER-LEFT: #0099FF 1px solid; BORDER-RIGHT: #0099FF 1px solid; BORDER-TOP: #0099FF 1px solid; COLOR: #336699; width="40"; height="18" ;TEXT-ALIGN: center}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#E7F6FD" text="#000000">
<script language=javascript>
function open1()
{
window.open("../public/major_CodeHelp.asp?Table_name=Xt_TC_Major&Pname=major","幫助","height=220,width=330,toolbar=no,menubar=no,scrollbar=0,resizable=no,status=no,location=no")
}
</script>
<div align="left">
<form name="form1" method="post" action="projectExpert_EditList.asp?strsql=query">
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center">
<tr>
<td bgcolor="#336699"><img src="../public/images/find.jpg" width="300" height="50">
<font color="#00FFFF"> 專家查詢</font></td>
</tr>
</table>
<table width="100%" border="1" cellspacing="0" cellpadding="0" bordercolor="#336699" align="center">
<tr>
<td>
<table style="font-size:9pt;" width="100%" border="0" cellspacing="0" cellpadding="0">
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">專家編碼</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="ExpertCode" maxlength="4">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">專家姓名</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="ExpertName" maxlength="10">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">專家類別</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="LeiBie">
<option value=" " selected></option>
<option value="科學(xué)研究類">科學(xué)研究類</option>
<option value="技術(shù)開發(fā)類">技術(shù)開發(fā)類</option>
<option value="技術(shù)管理類">技術(shù)管理類</option>
<option value="經(jīng)濟(jì)管理類">經(jīng)濟(jì)管理類</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">性別</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="sex">
<option> </option>
<option value="男">男</option>
<option value="女">女</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">學(xué)位</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="XueWei" maxlength="6">
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">現(xiàn)從事專業(yè)編碼</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<input type="text" name="Major" size="4" maxlength="3" value="<%if not request.querystring("專業(yè)編碼")="" then response.write request.querystring("專業(yè)編碼") else response.write ""%>">
<font color="#FF0000">**</font><a href="javascript:open1()"><img src="../public/images/search.gif" width="21" height="22" border="0" ></a></td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%" height="25">
<div align="right">專業(yè)技術(shù)職稱</div>
</td>
<td width="2%" height="25"> </td>
<td width="70%" height="25">
<select name="ZhiCheng">
<option> </option>
<option value="正高">正高</option>
<option value="副高">副高</option>
<option value="中級">中級</option>
<option value="其它">其它</option>
</select>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3"> </td>
</tr>
<tr bgcolor="#CAEAFF">
<td colspan="3">
<div align="center">注:以上查詢條件可單項查詢,也可多項查詢。</div>
</td>
</tr>
<tr bgcolor="#CAEAFF">
<td width="28%"> </td>
<td width="2%"> </td>
<td width="70%" bgcolor="#CAEAFF"> </td>
</tr>
<tr bgcolor="#336699">
<td width="28%" height="22" bgcolor="#336699">
<div align="right">
<input type="checkbox" name="checkbox" value="checkbox">
<font color="#FF0000"> <font color="#FFFFFF">模糊查詢</font></font></div>
</td>
<td width="2%" height="22"> </td>
<td width="70%" bgcolor="#336699" height="22">
<div valign="center">
<div align="right">
<input class="button" type="submit" name="Submit" value="查詢">
<input class="button" type="reset" name="Submit2" value="重填">
<% if Request.QueryString("query")="query" then %>
<input class="button" type="button" name="Submit3" value="返回"onclick="back()">
<% end if%>
</div>
</div>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
</div>
</body>
</html>
<script language="vbscript">
function back()
history.back
end function
</script>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -