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

📄 sk_crm_follow_addok.asp

📁 为你节约成本,让你的企业在信息时代助上一臂之力!!! 真正做到无纸办公,全自动化信息办公,不受地点的限制,只要你能上网就能随时随地掌握公司动向.
💻 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")="1"  then
Response.Write("<script>alert(""对不起,你的权限不够!"");history.back();</script>")
response.end
end if

 %>
<!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>&nbsp;您现在的位置:CRM &gt;&gt; 客户管理 &gt;&gt; 增加跟进成功</DIV></TD></TR></TBODY></TABLE>
<%
dim time
'-------------------------------------------------------- 
title=Request.Form ("title")
kongzhi=session("name")
content=Request.Form ("content")
time=Request.Form ("time")
SK_mclass=session("dd")
cust_s=Request.Form ("cust_s")
company=Request.Form ("company")
%>  
    
<TABLE borderColor=#ffffff cellSpacing=0 borderColorDark=#ffffff cellPadding=3 
width="100%" borderColorLight=#dfdfdf border=1>		<tr>
<td ><font color="#FF0000">增加记录成功!</font></td>
</tr>
</table>
  
  
<TABLE borderColor=#ffffff cellSpacing=0 borderColorDark=#ffffff cellPadding=3 
width="100%" borderColorLight=#dfdfdf border=1>
<tr>
		<td width="170" height="25" align="right" >
		标题</td>
		<td width="807" bgcolor="#FFFFFF" height="25"><%=title%></td>
  </tr>
	<tr>
		<td width="170" height="25" align="right" >
		所属公司</td>
		<td width="807" bgcolor="#FFFFFF" height="25"><%=company%></td>
	</tr>
	<tr>
		<td width="170" height="25" align="right" >
		内容</td>
		<td width="807" bgcolor="#FFFFFF" height="25"><%=content%></td>
	</tr>
	<tr>
		<td width="170" height="25" align="right" >
		录入人</td>
		<td width="807" bgcolor="#FFFFFF" height="25"><%=kongzhi%></td>
	</tr>
	<tr>
		<td width="170" height="25" align="right" >
		录入时间</td>
		<td width="807" bgcolor="#FFFFFF" height="25" ><%=time%></td>
	</tr>
	<tr>
	  <td height="25" colspan="2" align="center" > <a href="SK_CRM_Follow_add.asp?company=<%=company%>&id=<%=cust_s%>&SK_mclass=<%=session("dd")%>&SK_sclass=<%=request("SK_sclass")%>">继续添加记录</a>           <a href="SK_CRM_client_list.asp?SK_mclass=<%=session("dd")%>&cust_s=<%=cust_s%>&SK_sclass=<%=request("SK_sclass")%>">返回客户信息</a></td>
  </tr>
</table>


<% 
 '--------------------------------------------------------                                  
	set rs=server.createobject("adodb.recordset")                                                     
	sql="select * from SK_Follow where id is null "                                                      
	rs.open sql,conn,1,3                                                          
    rs.AddNew 
 '--------------------------------------------------------  
    rs("title")=title

    rs("content")=content
    rs("time")=time
    

    rs("cust_s")=cust_s
    rs("vest_m")=SK_mclass
     rs("kongzhi")= kongzhi
 '--------------------------------------------------------   
    rs.Update 
    rs.Close 
    set rs=nothing
    
 %>   
</body>

</html>

⌨️ 快捷键说明

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