📄 kh_search.asp
字号:
<!--#include file="islogin.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="../css/css.css" rel="stylesheet" type="text/css">
<title></title>
<style type="text/css">
<!--
@import url("../style/admin.css");
.STYLE1 { font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
}
.style2 {font-size: 18px; font-weight: bold; color: #0000FF; }
-->
</style></head>
<body>
<table width="800" border="0" cellpadding="0" cellspacing="0" class="table_1">
<tr>
<td height="30" class="table_1_top"><span class="style2"> 查找公司客户</span></td>
</tr>
<tr>
<td bgcolor="#FFFFFF"><table width="100%" border="0" align="center" cellpadding="3" cellspacing="0" class="table_1_inc">
<form name="form1" method="post" action="KH_Search2.asp">
<tr bgcolor="#F8F8FA">
<td width="88" height="25" align="center"><strong>请输入内容</strong></td>
<td width="380"><input name="word" type="text" id="word" value="<%=request("word")%>" size="50">
</td>
<td><input <%If (CStr(request("selectT")) = CStr("Company")) Then Response.Write("CHECKED") : Response.Write("")%> name="selectT" type="radio" value="Company" checked>
公司名称
<input <%If (CStr(request("selectT")) = CStr("Cname")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="selectT" value="Cname">
联系人
<input <%If (CStr(request("selectT")) = CStr("Cadd")) Then Response.Write("CHECKED") : Response.Write("")%> type="radio" name="selectT" value="Cadd">
公司地址
<input type="submit" name="Submit" value="查找"></td>
</tr>
</form>
</table></td>
</tr>
</table>
<script language="JavaScript">
function F_focus(id) { var o = document.getElementById(id); if (o != null) o.focus(); }
</script>
<script language="JavaScript">F_focus('word');</script>
</body>
</html>
<!--#include file="MenuRight.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -