📄 sk_crm_system.asp
字号:
<!--#include file="conn.asp" -->
<%
if session("name")="" or session("dd")="" then
Response.Write("<script>alert(""非法登陆,请确认密码的正确性!\n或者已经被管理员锁定!"");history.back();</script>")
response.end
end if
if session("quanxian")<"3" then
Response.Write("<script>alert(""对不起,你的权限不够!"");history.back();</script>")
response.end
end if
dim rs,sql
sql="select * from SK_mclass where mclass_id="&session("dd")&""
set rs=server.createobject("adodb.recordset")
rs.Open sql,conn,1,3
if not rs.EOF then
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.3790.2993" name=GENERATOR></HEAD>
<BODY leftMargin=0 topMargin=0 marginheight="0">
<LINK href="images/style.css" type=text/css rel=stylesheet>
<TABLE cellSpacing=0 cellPadding=0 width="100%">
<TBODY>
<TR>
<TD class=td>
<DIV
align=left>您现在的位置:CRM >> 用户管理 >> 用户列表</DIV></TD></TR></TBODY></TABLE>
<script Language="JavaScript">
<!--
function Form1_Validator(theForm)
{
if (theForm.mclass_folder.value == "")
{
alert("必须填写系统名称!");
theForm.mclass_folder.focus();
return (false);
}
return (true);
}
//-->
</script>
<TABLE borderColor=#ffffff cellSpacing=0 borderColorDark=#ffffff cellPadding=3 width="100%" borderColorLight=#dfdfdf border=1>
<tr>
<td height="30"><b>
系统管理
-
<a target="main" href="vbscript:history.back()" style="text-decoration: none">
<font color="#3366FF">返回上页</font></a></b></td>
</tr>
</table>
<form action="SK_CRM_systemok.asp" method="POST"onsubmit="return Form1_Validator(this)">
<TABLE borderColor=#ffffff cellSpacing=0 borderColorDark=#ffffff cellPadding=3 width="100%" borderColorLight=#dfdfdf border=1>
<tr>
<td width="131" height="25" align="right">
系统名称</td>
<td width="846" height="25" >
<input type="text" name="mclass_folder" size="27" maxlength="27" value="<%=rs("mclass_folder")%>">
您系统的名称,必填</td>
</tr>
<tr>
<td width="131" height="25" align="right">
总客户项</td>
<td height="25" >
<input type=hidden name=SK_mclass size=16 maxlength="12" value=<%=request("SK_mclass")%>><input type="text" name="allcust" size="27" maxlength="27" value="<%=rs("allcust")%>">
“所有客户”的自定义名</td>
</tr>
<tr>
<td height="25" colspan="2" align="center"><input type="SUBMIT" name="Submit" value=" 修改 ">
<input type="RESET" name="Reset" value=" 还原 ">
<input type="HIDDEN" name="action" value="RegSubmit"></td>
</tr>
</table>
</form>
</body>
</html>
<%end if%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -