⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 zdtj.asp

📁 具有计划、任务、通告、公文、员工档案、等网络办公功能
💻 ASP
字号:
<%response.expires=0%>
<%Response.Buffer=true%>
<!-- #include file="../conn_lr.asp"-->
<!-- #include file="../css.asp"-->
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then 
	response.write("<script language=""javascript"">")
	response.write("window.top.location.href='../../default.asp';")
	response.write("</script>")
	response.end
end if
%>

<html>

<head>

<title>重点客户统计</title>

<meta http-equiv=Content-Type content="text/html; charset=gb2312">

<!--  #Include File=../inc/css.asp -->

<script language=JavaScript>

function ds(sstr)
{
	var dstr="";
 
	for (i=0;i<sstr.length;i++)
	{   
		if (sstr.charAt(i)!=' ') dstr+=sstr.charAt(i);
	}
 	return dstr;
}

function setvaluex()
{
	
	var d=document.all.sel.value.toString().split('^')
	document.all.mTitle.value="重点客户" + d[1] + "统计"
	document.all.mCountField.value= d[0]
	document.all.d.submit();

}
</script>

<%
dim title,image
title="重点客户统计"
image="../images/kehu.gif"
%>

</head>

<body>

<form name="d" method="post" action="../dbdisp/count.asp"  class=vtext>

<!-- #include file="../inc/title.asp" -->

<input type="hidden" name="dp" value="1" >

<table width="519" border="0" cellspacing="1" cellpadding="0" class=vtext align="center" bgcolor=<%=Session("vtablebordercolor")%>>
	<tr bgcolor=<%=Session("vtabletitlebackcolor")%>> 
		<td colspan="2" height="40">  重点客户统计</td>
	</tr>
	<tr bgcolor="<%=Session("vcolcolor")%>">
		<td width="80" height="40" align="center">统计方式</td>
		<td height="40" width="436">
			<select name="sel"  style="width:350" >
				<option value="Kdiqu^所在地区">所在地区</option>
				<option value="Kyixiang^发展意向">发展意向</option>
				<option value="Kchengdu^已进展程度">已进展程度</option>
		</select>
		<button class=vinputbutton  style="height=24"  onClick="setvaluex()"><img src="../images/count.gif" align="absmiddle"> 统计</button> 
		</td>
	</tr> 
</table>

<input type="hidden" name="opFlag" value="">
<input type="hidden" name="LinkFlag" value="000000">
<input type="hidden" name="EnabledAddNew" value="no">
<input type="hidden" name="mTitle" >
<input type="hidden" name="mFiledsCount" value="1">
<input type="hidden" name="mFileds" value="Kdengji,">
<input type="hidden" name="mFiledsCaptions" value="客户等级,">
<input type="hidden" name="mFiledsWidths" value=",">
<input type="hidden" name="mCountField" value="Kdiqu">
<input type="hidden" name="mGroupField" value="Kdengji">
<input type="hidden" name="mSortBy2" value="Kdengji">
<input type="hidden" name="mTable" value="kehumanage">
<input type="hidden" name="mCond2" value="Ktype='重点'">
<input type="hidden" name="mImage" value="../images/kehu.gif">
<br>

</form>

</body>

</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -