add_buyer.asp

来自「适用于网络/信息企业」· ASP 代码 · 共 446 行 · 第 1/2 页

ASP
446
字号
set rs=nothing
%>
      </table></td>
  </tr>
</table>
<%
case "Save_2"
%><body>
<table width="98%" height="40"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td><table width="100%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D8D8D8">
      <tr>
        <td height="30" align="left" bgcolor="ffffff"><table width="100%" height="100%"  border="0" cellpadding="3" cellspacing="0">
            <tr bgcolor="eeeeee">
              <td width="5%" align="center"><img src="Images/1.gif" width="13" height="12"></td>
                <td width="85%"><span class="style2">管理中心 &gt;&gt;&gt; 添加客户</span></td>
                <td width="10%" align="right">&nbsp;</td>
            </tr>
        </table></td>
      </tr>
    </table></td>
  </tr>
</table>
<table width="98%" height="88%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#D8D8D8">
  <tr>
    <td valign="top" bgcolor="ffffff"><table width="95%"  border="0" align="center" cellpadding="5" cellspacing="0">
        <tr>
          <td align="center" valign="top" bgcolor="ffffff"> 
            <form method='POST' name="form" action="Add_Buyer.asp?Makking=save">
             <input type="hidden" name="City" value="">
             <input type="hidden" name="Class" value="">
			  <br>
              <table width=100% border=0 align='center' cellpadding=1 
      cellspacing=1 bordercolordark=#ffffff bgcolor="#EBEBEB" class='size09'>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff"><font color="#FF0000"><font color="#FF0000">*</font></font> 
                    客户名称:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Name" type="text" id="Buyer_Name" value="<%=Session("Add_Buyer_Buyer_Name")%>" size="30" maxlength="50"> 
                    <font color="#FF0000">&nbsp; </font></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff"><font color="#FF0000"><font color="#FF0000">*</font></font> 
                    联系地址:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Address" type="text" id="Buyer_Address" value="<%=Buyer_Address%>" size="30" maxlength="50"> 
                    <font color="#FF0000">&nbsp; </font></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff"> 
                    邮编:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Postcode" type="text" id="Buyer_Postcode3" value="<%=Buyer_Postcode%>" size="10" maxlength="6"> 
                    <font color="#FF0000">&nbsp; </font></td>
                </tr>
                <tr> 
                  <td height="10" align="right" bgcolor="ffffff">企业类型:</td>
                  <td height="10" bgcolor="ffffff"> <select name="Enterprise_Type">
				    <OPTION  VALUE="0" >--企业类型--</OPTION>
                      <option value="有限责任公司" <%IF Enterprise_Type = "有限责任公司" Then%>selected<%END if%>>有限责任公司</option>
                      <option value="有限股份公司" <%IF Enterprise_Type = "有限股份公司" Then%>selected<%END if%>>有限股份公司</option>
                      <option value="私营企业" <%IF Enterprise_Type = "私营企业" Then%>selected<%END if%>>私营企业</option>
                      <option value="工商个体户" <%IF Enterprise_Type = "工商个体户" Then%>selected<%END if%>>工商个体户</option>
						<option value="其它类型" <%IF Enterprise_Type = "其它类型" Then%>selected<%END if%>>其它类型</option>                    </select></td>
                    </select></td>
                </tr>
                <tr>
                  <td height="11" align="right" bgcolor="ffffff">经营模式:</td>
                  <td height="11" bgcolor="ffffff"><select name="Manage_Mode">
            <OPTION  VALUE="0" >--经营模式--</OPTION>
            <OPTION  VALUE="生产型" <%IF Manage_Mode = "生产型" Then%>selected<%END if%>>生产型</OPTION>
            <OPTION  VALUE="贸易型" <%IF Manage_Mode = "贸易型" Then%>selected<%END if%>>贸易型</OPTION>
            <OPTION  VALUE="服务型" <%IF Manage_Mode = "服务型" Then%>selected<%END if%>>服务型</OPTION>
            <OPTION  VALUE="政府或其他机构" <%IF Manage_Mode = "政府或其他机构" Then%>selected<%END if%>>政府或其他机构</OPTION>
                    </select></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff"><font color="#FF0000"><font color="#FF0000">*</font></font> 
                    所在行业:</td>
                  <td height="22" bgcolor="ffffff">  <IFRAME frameBorder=0 id=FrmRight name=right src="../inc/Class.asp?NumberID=<%=Class_%>" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME> </td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff"> 
                    <font color="#FF0000"> *</font> 所在地区:</td>
                  <td height="22" bgcolor="ffffff"> <IFRAME frameBorder=0 id=FrmRight name=right src="../inc/City.asp?NumberID=<%=City%>" style="HEIGHT: 100%; VISIBILITY: inherit; WIDTH: 100%; Z-INDEX: 1"></IFRAME> 
                  </td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff">企业网站:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Website" type="text" id="Buyer_Website" value="<%=Buyer_Website%>" size="30" maxlength="50"></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff">电子邮件:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Mail" type="text" id="Buyer_Mail" value="<%=Buyer_Mail%>" size="30" maxlength="50"></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff">法人代表:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Legal_Person" type="text" id="Legal_Person" value="<%=Legal_Person%>" size="20" maxlength="50"></td>
                </tr>
                <tr> 
                  <td height="22" align="right" bgcolor="ffffff">电话:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Telephone" type="text" id="Buyer_Telephone" value="<%=Buyer_Telephone%>" size="20" maxlength="50"></td>
                </tr>
                <tr> 
                  <td height="22" align="right" bgcolor="ffffff">传真:</td>
                  <td height="22" bgcolor="ffffff"> <input name="Buyer_Fax" type="text" id="Buyer_Fax" value="<%=Buyer_Fax%>" size="20" maxlength="50"></td>
                </tr>
                <tr> 
                  <td width="25%" height="22" align="right" bgcolor="ffffff">简介:</td>
                  <td height="22" bgcolor="ffffff"> <textarea name="Buyer_Introduce" cols="40" rows="5" id="Buyer_Introduce"><%=Buyer_Introduce%></textarea></td>
                </tr>
              </table>
              <p> 
                <input name="B1" type="image" src="Images/add.gif" width="36" height="21" border="0">
                &nbsp; <a href="javascript:history.go(-1)"><img src="Images/back.gif" width="36" height="21" border="0"></a> 
              </p>
            </form></td>
        </tr>
      </table>      
      
    </td>
  </tr>
</table>
<%
case "Save_3"
%>
<table width="98%" height="40"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr> 
    <td><table width="100%"  border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#D8D8D8">
        <tr> 
          <td height="30" align="left" bgcolor="ffffff"><table width="100%" height="100%"  border="0" cellpadding="3" cellspacing="0">
              <tr bgcolor="eeeeee"> 
                <td width="5%" align="center"><img src="Images/1.gif" width="13" height="12"></td>
                <td width="85%"><span class="style2">管理中心 &gt;&gt;&gt; 添加客户</span></td>
                <td width="10%" align="right">&nbsp;</td>
              </tr>
            </table></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="98%" height="88%"  border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#D8D8D8">
  <tr> 
    <td valign="top" bgcolor="ffffff"><table width="95%"  border="0" align="center" cellpadding="5" cellspacing="0">
        <tr> 
          <td align="center" valign="top" bgcolor="ffffff"> <form method='POST' name="form" action="Add_Buyer.asp?Makking=Save_4&Buyer_Name=<%=Request.QueryString("Buyer_Name")%>&Buyer_ID=<%=Request.QueryString("Buyer_ID")%>">
              <br>
              <table width=100% border=0 align='center' cellpadding=8 
      cellspacing=1 bordercolordark=#ffffff bgcolor="#EBEBEB" class='size09'>
                <tr> 
                  <td height="22" align="center" bgcolor="ffffff">添加成功!是否将<font color="#FF0000"><%=Request.QueryString("Buyer_Name")%></font>添加到我的客户?<br>
                    <br>
                    <table width=100% border=0 align='center' cellpadding=2 
      cellspacing=0 bordercolordark=#ffffff bgcolor="#EBEBEB" class='size09'>
                      <tr> 
                        <td width="45%" height="22" align="right" bgcolor="ffffff">添加到我的 
                          :</td>
                        <td width="55%" height="22" bgcolor="ffffff"> <select name="My_Buyer_Type">
                            <option value="潜在客户">潜在客户</option>
                            <option value="新客户">新客户</option>
                            <option value="意向客户">意向客户</option>
                            <option value="准客户">准客户</option>
                            <option value="客户">客户</option>
							<option value="问题客户">问题客户</option>
                            <option value="黑名单">黑名单</option>
                          </select></td>
                      </tr>
                    </table> </td>
                </tr>
              </table>
              <p> 
                <input name="B13" type="image" src="Images/add.gif" alt="Add_Buyer.asp?Makking=Save_4" width="36" height="21" border="0">
                &nbsp; <a href="Add_Buyer.asp"><img src="Images/back.gif" width="36" height="21" border="0"></a> 
              </p>
            </form></td>
        </tr>
      </table></td>
  </tr>
</table>
<table width="98%"  border="0" align="center" cellpadding="0" cellspacing="0">
  <tr>
    <td height="6"></td>
  </tr>
</table>
<%
end select
Conn.Close
Set Conn = Nothing
%>
</body>
</html>
<script language="javascript">
<!--
    function Buyer_State(id){
        window.open("Buyer_State.asp?id="+id+"","","width=400,height=250,scrollbars=yes");
    }
    function LinkMan_List(id){
        window.open("LinkMan_List.asp?id="+id+"","","width=500,height=380,scrollbars=yes");
    }
    function LinkMan_Add(id){
        window.open("LinkMan_Add.asp?id="+id+"","","width=500,height=380,scrollbars=yes");
    }
    function Link_Log_List(id){
        window.open("Link_Log_List.asp?id="+id+"","","width=500,height=380,scrollbars=yes");
    }
    function Link_Log_Add(id){
        window.open("Link_Log_Add.asp?id="+id+"","","width=500,height=310,scrollbars=yes");
    }
    function Link_Task_List(id){
        window.open("Link_Task_List.asp?id="+id+"","","width=500,height=380,scrollbars=yes");
    }
    function Link_Task_Add(id){
        window.open("Link_Task_Add.asp?id="+id+"","","width=500,height=360,scrollbars=yes");
    }
    function Buyer_Edit(id){
        window.open("Buyer_Edit.asp?id="+id+"","","width=500,height=525,scrollbars=yes");
    }
    function Buyer_Del(id){
        window.open("Buyer_Del.asp?id="+id+"","","width=500,height=360,scrollbars=yes");
    }
    function My_Buyer_Add(id){
        window.open("My_Buyer_Add.asp?id="+id+"","","width=500,height=360,scrollbars=yes");
    }
//-->
</script>

⌨️ 快捷键说明

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