📄 agent_manage.asp
字号:
<!--#include file="chklogin.asp"-->
<%
call myobj.chkrq()
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>代理商管理</title>
<link href="images/style2.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
body,td,th {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 12px;
color: #000000;
}
a:link {
color: #0000FF;
text-decoration: none;
}
a:visited {
color: #0000FF;
text-decoration: none;
}
a:hover {
color: #FF0000;
text-decoration: underline;
}
a:active {
text-decoration: none;
}
-->
</style>
<script language="vbscript">
function tb()
if document.GetElementById("tb_body").style.display="none" then
document.GetElementById("tb_body").style.display="inline"
else
document.GetElementById("tb_body").style.display="none"
end if
end function
</script>
<script language="JavaScript">
function tourl(form1_url){
location=form1_url;
for(var i=0;i<document.form1.elements.length;i++){
document.form1.elements[i].options[0].selected=true
}
}
</script>
</head>
<body leftMargin="0" topMargin="0" bgcolor="#FFFFFF">
<table width="550" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
</table>
<table width="550" height="25" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3975CE">
<tr>
<td align="center"><a href="agent_add.asp" class="lfont1">增加代理商</a> <a href="<%=filename%>" class="lfont1">所有代理商</a> <strong class="font1">代理商列表</strong> <a href="vbscript:tb()" class="lfont1">高级搜索</a></td>
</tr>
</table>
<table width="550" height="100" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#E7E7E7" id="tb_body" style="display:none">
<tr>
<td align="center" valign="bottom" bgcolor="#F7F7F7"><table width="500" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> </td>
</tr>
</table>
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form7" method="post" action="<%=filename%>?sql=1">
●查看账号中包含:
<input name="var" type="text" class="input1" id="var" size="20">
的代理商
<input name="Submit" type="submit" class="button1" value="确定">
</form></td>
</tr>
</table>
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form2" method="post" action="<%=filename%>?sql=2">
●查看代理预付金少于:
<input name="var" type="text" class="input1" id="var" size="3">
元的代理商
<input name="Submit" type="submit" class="button1" value="确定">
</form></td>
</tr>
</table>
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form3" method="post" action="<%=filename%>?sql=3">
●查看透支金额大于:
<input name="var" type="text" class="input1" id="var" size="3">
元的代理商
<input name="Submit" type="submit" class="button1" value="确定">
</form></td>
</tr>
</table>
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form4" method="post" action="<%=filename%>?sql=4">
●查看联系电话包含
<input name="var" type="text" class="input1" id="var" size="3">
的代理商
<input name="Submit" type="submit" class="button1" value="确定">
</form></td>
</tr>
</table>
<table width="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><form name="form5" method="post" action="<%=filename%>?sql=5">
●查看所在地区为:
<select name="var" size="1" class="select1" id="var">
<option value="" selected>-请选择-</option>
<option value="北京">* 北京</option>
<option value="上海">* 上海</option>
<option value="天津">* 天津</option>
<option value="重庆">* 重庆</option>
<option value="台湾">* 台湾</option>
<option value="香港">* 香港</option>
<option value="澳门">* 澳门</option>
<option value="安徽">a 安徽</option>
<option value="福建">f 福建</option>
<option value="甘肃">g 甘肃</option>
<option value="贵州">g 贵州</option>
<option value="广东">g 广东</option>
<option value="广西">g 广西</option>
<option value="黑龙江">h 黑龙江</option>
<option value="河北">h 河北</option>
<option value="湖北">h 湖北</option>
<option value="湖南">h 湖南</option>
<option value="河南">h 河南</option>
<option value="海南">h 海南</option>
<option value="吉林">h 吉林</option>
<option value="江苏">h 江苏</option>
<option value="江西">h 江西</option>
<option value="辽宁">l 辽宁</option>
<option value="宁夏">l 宁夏</option>
<option value="内蒙古">l 内蒙古</option>
<option value="青海">q 青海</option>
<option value="陕西">s 陕西</option>
<option value="山西">s 山西</option>
<option value="四川">s 四川</option>
<option value="山东">s 山东</option>
<option value="新疆">x 新疆</option>
<option value="西藏">x 西藏</option>
<option value="云南">y 云南</option>
<option value="浙江">z 浙江</option>
</select>
的代理商
<input name="Submit" type="submit" class="button1" value="确定">
</form></td>
</tr>
</table>
</td>
</tr>
</table>
<table width="550" height="30" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="center">当前查询条件:<span class="font3">
<%if request("sql")="" then%>
所有代理商列表
<%end if%>
</span>
<%if request("sql")="1" then%>
账号中包含:<span class="font3"><%=request("var")%></span> 的代理商列表
<%end if%>
<%if request("sql")="2" then%>
代理预付金少于<span class="font3"><%=request("var")%></span> 元的代理商列表
<%end if%>
<%if request("sql")="3" then%>
透支金额大于<span class="font3"><%=request("var")%></span> 元的代理商列表
<%end if%>
<%if request("sql")="4" then%>
联系电话包含:<span class="font3"><%=request("var")%></span> 的代理商列表
<%end if%>
<%if request("sql")="5" then%>
所在地区为:<span class="font3"><%=request("var")%></span> 的代理商列表
<%end if%>
</td>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -