📄 kh_add3.asp
字号:
<!--#include file="islogin.asp"-->
<!--#include file="conn.asp"-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<style type="text/css">
<!--
@import url("../style/admin.css");
.STYLE1 { font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
color: #FF0000;
}
-->
</style></head>
<body>
<form name="form1" method="post" action="KH_Save.asp?action=add">
<table width="800" border="0" cellpadding="0" cellspacing="0" class="table_1">
<tr>
<td height="25" class="table_1_top"><strong>添加客户</strong></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
<table width="100%" border="0" align="center" cellpadding="3" cellspacing="0" class="table_1_inc">
<tr>
<td width="100" align="right"><strong>跟进人员: </strong></td>
<td><input name="title" type="text" id="title" disabled="false" value="<%=session("Member")%>" size="20">
<a href="../GOTO.ASP?select=baidu&word=<%=request("Company")%>" target="_blank">百度一下</a> <a href="../GOTO.ASP?select=google&word=<%=request("Company")%>" target="_blank">Google一下</a> <a href="../GOTO.ASP?select=alibaba&word=<%=request("Company")%>" target="_blank">阿里一下</a> </td>
</tr>
<tr>
<td align="right"><strong>公司名称:</strong></td>
<td><input name="Company" type="text" id="Company" value="<%=request("Company")%>" size="55"> <select name="selectTT" id="selectTT">
<option value="1">目标客户</option>
<option value="2">潜在客户</option>
<option value="3">商机客户</option>
<option value="0">放弃客户</option>
</select></td>
</tr>
<tr>
<td align="right"><strong>地址:</strong></td>
<td><input name="Cadd" type="text" id="Cadd" size="55">
**市*县(区)为正确格式 </td>
</tr>
<tr>
<td align="right"><strong>公司网址:</strong></td>
<td><textarea name="Cwww" cols="55" rows="2" id="Cwww"></textarea></td>
</tr>
<tr>
<td align="right"><strong>公司电话:</strong></td>
<td><input name="Ctel" type="text" id="Ctel" size="20"></td>
</tr>
<tr>
<td align="right"><strong>传真:</strong></td>
<td><input name="Cfax" type="text" id="Cfax" size="20"></td>
</tr>
<tr>
<td align="right"><strong>公司联系人:</strong></td>
<td><input name="Cname" type="text" id="Cname" size="20"></td>
</tr>
<tr>
<td align="right"><strong>联系人手机:</strong></td>
<td><input name="Cmob" type="text" id="Cmob" size="20"></td>
</tr>
<tr>
<td align="right"><strong>联系人QQ:</strong></td>
<td><input name="CQQ" type="text" id="CQQ" size="20"></td>
</tr>
<tr>
<td align="right"><strong>阿里旺旺:</strong></td>
<td><input name="Cali" type="text" id="Cali" size="20"></td>
</tr>
<tr>
<td align="right"><strong>联系人Email:</strong></td>
<td><input name="Cemail" type="text" id="Cemail" size="20"></td>
</tr>
<tr>
<td align="right" valign="middle"><p> </p> </td>
<td><p>
<img onclick=sel('[B]文字[/B]') src="../images/ubbpic/bold.gif" alt="加粗" width="23" height="22"> <img src="../images/ubbpic/underline.gif" alt="下划线" width="23" height="22" onclick=sel('[U]文字[/U]')>
<img onclick=sel('[I]文字[/I]') src="../images/ubbpic/italic.gif" width="23" height="22">
<img src="../images/ubbpic/center.gif" alt="居中" width="23" height="22" onclick=sel('[center]文字[/center]')>
<img onclick=sel('[fly]文字[/fly]') src="../images/ubbpic/fly.gif" width="23" height="22">
<img src="../images/ubbpic/glow.gif" alt="闪光文字" width="23" height="22" onclick=sel('[glow=255,red,2]文字[/glow]')>
<img src="../images/ubbpic/image.gif" alt="图片" width="23" height="22" onclick=sel('[img]http://<%=request.ServerVariables("HTTP_HOST")%>/[/img]')>
<img src="../images/ubbpic/mpeg.gif" alt="多媒体" width="23" height="22" onclick=sel('[MP=500,350]http://<%=request.ServerVariables("HTTP_HOST")%>/[/MP]')>
<img src="../images/ubbpic/rm.gif" alt="多媒体" width="23" height="22" onclick=sel('[RM=500,350]http://<%=request.ServerVariables("HTTP_HOST")%>/[/RM]')>
<img src="../images/ubbpic/swf.gif" alt="flash动画" width="23" height="22" onclick=sel('[flash=500,450]http://<%=request.ServerVariables("HTTP_HOST")%>/[/flash]')>
<img src="../images/ubbpic/url.gif" alt="网址" width="23" height="22" onclick=sel('[URL]http://<%=request.ServerVariables("HTTP_HOST")%>/[/URL]')>
<a onclick=sel('[code]代码[/code]') href="#">代码</a> <a href="../admin/ubb_help.html" target="_blank" onClick="window.open(this.href,'','left=100,top=200,width=700,height=380,scrollbars=yes,resizable=no');return false;">更多ubb帮助</a></p> </td>
</tr>
<tr>
<td align="right" valign="top"><p><strong>公司简介:</strong></p>
<p> </p></td>
<script language="javascript">
function sel(theinput)
{
if(document.getElementById("content").value!="")
document.getElementById("content").value+="\n"+theinput
else
document.getElementById("content").value=theinput
}
</script>
<td><textarea name="content" rows="8" id="content" style="width:100%"></textarea></td>
</tr>
</table></td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#FFFFFF">
<label>
<input type="submit" name="Submit" value="提交">
</label>
<input name="button" type="button" onClick="history.go(-1)" value="取消">
<label></label>
</td>
</tr>
</table>
</form>
</body>
</html>
<!--#include file="MenuRight.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -