📄 web_company_update.asp
字号:
<option value="4" <% If Tmp(9,0) = 4 Then Response.write "Selected" %>>英镑</option>
<option value="5" <% If Tmp(9,0) = 5 Then Response.write "Selected" %>>港币</option>
<option value="6" <% If Tmp(9,0) = 6 Then Response.write "Selected" %>>台币</option>
</select></td>
</tr>
<tr>
<td height="25" align="right"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 员工人数:</td>
<td height="25"><select name="workers" id="workers" style="width:100px;">
<OPTION value=9 <% If Tmp(7,0) = 9 Then Response.write "Selected" %>>10人以下</OPTION>
<OPTION value=49 <% If Tmp(7,0) = 49 Then Response.write "Selected" %>>10~50人</OPTION>
<OPTION value=199 <% If Tmp(7,0) = 199 Then Response.write "Selected" %>>50~200人</OPTION>
<OPTION value=499 <% If Tmp(7,0) = 499 Then Response.write "Selected" %>>200~500人</OPTION>
<OPTION value=999 <% If Tmp(7,0) = 999 Then Response.write "Selected" %>>500~1000人</OPTION>
<OPTION value=1000 <% If Tmp(7,0) = 1000 Then Response.write "Selected" %>>1000人以上</OPTION>
</select></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#fff7f0"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 企业所在地:</td>
<td height="25" bgcolor="#fff7f0">
<!--#include file="../Include/Class_Locus2.asp" -->
</td>
</tr>
<tr>
<td height="25" align="right"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 企业简介:</td>
<td height="25"><table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="75%"> <textarea name="company_memo" cols="45" rows="8" id="company_memo"><%= Company_Memo %></textarea></td>
<td> </td>
</tr>
</table></td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2"></td>
</tr>
</table>
<TABLE cellSpacing=0 cellPadding=0 width=99% align=center
border=0>
<TBODY>
<TR>
<TD class=font-14 height=3></TD>
</TR>
<TR>
<TD class=font-14 bgColor=#ff7800 height=21> <FONT style="MARGIN-TOP: 2px; MARGIN-LEFT: 10px" color=#ffffff><strong>联系方式</strong></FONT></TD>
</TR>
<TR>
<TD bgColor=#e2e2e2 height=2></TD>
</TR>
</TBODY>
</TABLE>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="18%" height="25" align="right"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 联系人:</td>
<td height="25"><input name="contactperson" type="text" size="30" maxlength="30" style="width:120px;" value="<%= Tmp(11,0) %>">
</td>
</tr>
<tr>
<td width="18%" height="25" align="right" bgcolor="#fff7f0"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 联系电话:</td>
<td height="25" bgcolor="#fff7f0"><input name="phone" type="text" id="phone" style="width:120px;" size="30" maxlength="30" value="<%= Tmp(12,0) %>">
<input name="phonekeep" type="checkbox" id="phonekeep" value="1" <% If PhoneKeep = True Then Response.write "Checked" %>>
<font color="#333333">屏蔽电话</font><font color="#50463d">
</font></td>
</tr>
<tr>
<td height="25" align="right">传真号码:</td>
<td height="25"><input name="companyfax" type="text" id="companyfax" style="width:120px;" size="30" maxlength="30" value="<%= Tmp(14,0) %>"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#fff7f0"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 电子邮件:</td>
<td height="25" bgcolor="#fff7f0"><input name="email" type="text" id="email" style="width:200px;" value="<%= Tmp(15,0) %>" size="50">
<input name="emailkeep" type="checkbox" id="emailkeep" value="1" <% If EmailKeep = True Then Response.write "Checked" %>>
屏蔽邮件地址 </td>
</tr>
<tr>
<td height="25" align="right">企业网站:</td>
<td height="25"><input name="webhome" type="text" size="50" style="width:200px;" value="<%= Tmp(21,0) %>"></td>
</tr>
<tr>
<td height="25" align="right" bgcolor="#fff7f0"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 邮政编码:</td>
<td height="25" bgcolor="#fff7f0"><input name="zipcode" type="text" size="6" maxlength="6" style="width:120px;" value="<%= Tmp(20,0) %>"></td>
</tr>
<tr>
<td height="25" align="right"><STRONG><FONT
color=#ff6600>*</FONT></STRONG> 通讯地址:</td>
<td height="25"><input name="address" type="text" size="100" style="width:260px;" value="<%= Tmp(19,0) %>">
</td>
</tr>
</table>
<table width="99%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="2"></td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
<tr>
<td height="40" align="center"><input name="comid" type="hidden" id="comid" value="<%= Comid %>">
<input type="submit" name="Submit" value=" 保存基本资料数据 " style="height:35px;">
</td>
</tr>
</form>
</table></td>
</tr>
</table>
</body>
</html>
<%
Sub Submit() '保存企业基本数据
Check_Url() '//跨站提交数据检测
Comid = Replace_Text(Request.Form("Comid"))
CompanyName = Replace_Text(Request.Form("CompanyName"))
Licence = Replace_Text(Request.Form("Licence"))
Industry = Replace_Text(Request.Form("Industry"))
Properity = Replace_Text(Request.Form("Properity"))
Set_Year = Replace_Text(Request.Form("Set_Year"))
Set_Month = Replace_Text(Request.Form("Set_Month"))
Set_Day = Replace_Text(Request.Form("Set_Day"))
Workers = Replace_Text(Request.Form("Workers"))
Reg_Currency = Replace_Text(Request.Form("Reg_Currency"))
CurrencyType = Replace_Text(Request.Form("CurrencyType"))
Company_Memo = Replace_Text(Request.Form("Company_Memo"))
ContactPerson = Replace_Text(Request.Form("ContactPerson"))
Phone = Replace_Text(Request.Form("Phone"))
PhoneKeep = Replace_Text(Request.Form("PhoneKeep"))
CompanyFax = Replace_Text(Request.Form("CompanyFax"))
Email = Replace_Text(Request.Form("Email"))
EmailKeep = Replace_Text(Request.Form("EmailKeep"))
Locus_Area = Replace_Text(Request.Form("x_suozaidi"))
Locus_City = Replace_Text(Request.Form("x_suozaidi1"))
Address = Replace_Text(Request.Form("Address"))
ZipCode = Replace_Text(Request.Form("ZipCode"))
WebHome = Replace_Text(Request.Form("WebHome"))
If PhoneKeep = "" Then PhoneKeep = 0
If EmailKeep = "" Then EmailKeep = 0
If Company_Memo <> "" Then Company_Memo = Replace(Company_Memo,Chr(13),"<br>")
SQL = "Update [pH_Company_Base] Set CompanyName='"&CompanyName&"',Licence='"&Licence&"',Industry="&Industry&",Properity="&Properity&",Set_Year="&Set_Year&",Set_Month="&Set_Month&",Set_Day="&Set_Day&",Workers="&Workers&",Reg_Currency="&Reg_Currency&",CurrencyType="&CurrencyType&",Company_Memo='"&Company_Memo&"',ContactPerson='"&ContactPerson&"',Phone='"&Phone&"',PhoneKeep="&PhoneKeep&",CompanyFax='"&CompanyFax&"',Email='"&Email&"',EmailKeep="&EmailKeep&",Locus_Area='"&Locus_Area&"',Locus_City='"&Locus_City&"',Address='"&Address&"',ZipCode='"&ZipCode&"',WebHome='"&WebHome&"',LastUpdate_Time='"&Now()&"' Where Comid='"&Comid&"'"
Conn.Execute(SQL)
'操作完成
Response.write "<script language=JavaScript>alert('操作完成!');location.href='Web_Company_All.asp';</script>"
End Sub
Call CloseDB()
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -