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

📄 sk_crm_follow_add.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

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 &gt;&gt; 客户管理 &gt;&gt; 增加跟进记录</DIV></TD></TR></TBODY></TABLE>
	  
	  

<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">返回上页</a></b></td>
		</tr>
		</table>
	  
<script Language="JavaScript">
<!--
function Form1_Validator(theForm)
{ 



  if (theForm.title.value == "")
  {
    alert("标题必须填写!");
    theForm.title.focus();
    return (false);
  }

 
  if (theForm.name.value.length >16)
  {
    alert("联系人姓名填写是否正确?请确认!");
    theForm.name.focus();
    return (false);
  }

 

    return (true);
}
//-->
</script>
<form method="POST" action="SK_CRM_Follow_addok.asp" name="add_1" onSubmit="return Form1_Validator(this)" >
  <input type="hidden" name="SK_mclass" size="18" maxlength="20" value="<%=session("dd")%>">
  <input type="hidden" name="SK_sclass" size="18" maxlength="20" value="<%=request("SK_sclass")%>">
  
<TABLE borderColor=#ffffff cellSpacing=0 borderColorDark=#ffffff cellPadding=3 width="100%" borderColorLight=#dfdfdf border=1>
	<tr>
		<td width="107" height="25" align="right">跟踪标题</td>
		<td width="865" bgcolor="#FFFFFF" height="25">
		  <input type="text" name="title" size="30" maxlength="50"> 
	  <font color="#FF0000">此项目为必须填写项</font></td>
	</tr>
	<tr>
		<td width="107" height="25" align="right">所属公司</td>
		<td width="865" bgcolor="#FFFFFF" height="25">
		
	  <input type="hidden"  value="<%=request("id")%>" name="cust_s" size="20" maxlength="20"><input type="hidden"  value="<%=request("company")%>" name="company" size="20" maxlength="20"><%=request("company")%></td>
	</tr>
	<tr>
		<td width="107" height="25" align="right">内容</td>
		<td width="865" bgcolor="#FFFFFF" height="25">
		
	  <textarea rows="10" name="content" cols="70" style="font-family: 宋体; font-size: 9pt;color:#0000FF"></textarea></td>
	</tr>
	<tr>
		<td width="107" height="25" align="right">录入时间</td>
		<td width="865" bgcolor="#FFFFFF" height="25"><%n=Year(date())
y=Month(date())
r=Day(date())
s=Hour(time())
f=Minute(time())
m=Second(time())
if len(y)=1 then y="0" & y
if len(r)=1 then r="0" & r
if len(s)=1 then s="0" & s
if len(f)=1 then f="0" & f
if len(m)=1 then m="0" & m
sj="" & n & "年" & y & "月" & r & "日 " & weekdayname(weekday(date())) & " " & s & ":" & f & ":" & m & ""
%>
<%=sj%><input type="hidden" name="time" value="<%=sj%>"></td>
	</tr>
	<tr>
	  <td height="25" colspan="2" align="center"><input type="submit" value="提交" name="B1"> 
	    <input type="reset" value="重写" name="B2"> </td>
    </tr>
  </table>

</form>
</body>

</html>
<%end if%>

⌨️ 快捷键说明

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