Corp_Info.asp
上传用户:jisenq
上传日期:2014-06-29
资源大小:7216k
文件大小:23k
源码类别:

数据库编程

开发平台:

ASP/ASPX

  1. <% Option Explicit %>
  2. <!--#include file="../FS_Inc/Const.asp" -->
  3. <!--#include file="../FS_InterFace/MF_Function.asp" -->
  4. <!--#include file="../FS_Inc/Function.asp" -->
  5. <!--#include file="lib/strlib.asp" -->
  6. <!--#include file="lib/UserCheck.asp" -->
  7. <%
  8. if Request("YellowPage") = "Open" then
  9. User_GetParm
  10. If p_isYellowCheck = 0 then
  11. User_Conn.execute("Update FS_ME_CorpUser set isYellowPage=1,isYellowPageCheck=1 where CorpID="&NoSqlHack(Replace(Request.QueryString("CorpID"),"''","")))
  12. strShowErr = "<li>开启黄页成功,等待审核</li>"
  13. Else
  14. User_Conn.execute("Update FS_ME_CorpUser set isYellowPage=1,isYellowPageCheck=0 where CorpID="&NoSqlHack(Replace(Request.QueryString("CorpID"),"''","")))
  15. strShowErr = "<li>开启黄页成功,等待审核</li>"
  16. End if
  17. Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../Corp_Info.asp")
  18. Response.end
  19. Elseif  Request("YellowPage") = "Close" then
  20. User_Conn.execute("Update FS_ME_CorpUser set isYellowPage=0, isYellowPageCheck=0 where CorpID="&NoSqlHack(Replace(Request.QueryString("CorpID"),"''","")))
  21. strShowErr = "<li>关闭成功</li>"
  22. Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../Corp_Info.asp")
  23. Response.end
  24. End if
  25. If Request.Form("Action") = "Save" then
  26. if trim(Request.Form("C_Name")) ="" then 
  27. strShowErr = "<li>请输入公司名称</li>"
  28. Response.Redirect("lib/Error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  29. Response.end
  30. Elseif   len(trim(Request.Form("C_Name")))>250 then
  31. strShowErr = "<li>业务范围不能超过250个字符</li>"
  32. Response.Redirect("lib/Error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  33. Response.end
  34. Elseif  len(trim(Request.Form("C_Name")))>500 then
  35. strShowErr = "<li>公司产品不能超过500个字符</li>"
  36. Response.Redirect("lib/Error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  37. Response.end
  38. Elseif  len(trim(Request.Form("C_Content")))>1000 then
  39. strShowErr = "<li>公司简介不能超过1000个字符</li>"
  40. Response.Redirect("lib/Error.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=")
  41. Response.end
  42. else
  43. Dim RsSaveIObj
  44. Set RsSaveIObj = server.CreateObject(G_FS_RS)
  45. RsSaveIObj.open "select CorpID,UserNumber,C_Name,C_ShortName,C_Province,C_City,C_Address,C_ConactName,C_Vocation,C_Sex,C_Tel,C_Fax,C_VocationClassID,C_WebSite,C_size,C_Operation,C_Products,C_Content,C_Capital,isLockCorp,C_Templet,C_PostCode,C_property,isYellowPage,isYellowPageCheck,C_Byear From FS_ME_CorpUser where UserNumber = '"& Fs_User.UserNumber &"' and CorpID="&clng(NoSqlHack(Request.Form("ID"))),User_Conn,1,3
  46. RsSaveIObj("C_Name") = NoSqlHack(Replace(Request.Form("C_Name"),"''",""))
  47. RsSaveIObj("C_ShortName") = NoSqlHack(Replace(Request.Form("C_ShortName"),"''",""))
  48. RsSaveIObj("C_Province") = NoSqlHack(Replace(Request.Form("C_Province"),"''",""))
  49. RsSaveIObj("C_City")  = NoSqlHack(Replace(Request.Form("C_City"),"''",""))
  50. RsSaveIObj("C_Address")  = NoSqlHack(Replace(Request.Form("C_Address"),"''",""))
  51. RsSaveIObj("C_ConactName")  = NoSqlHack(Replace(Request.Form("C_ConactName"),"''",""))
  52. RsSaveIObj("C_Vocation")  = NoSqlHack(Replace(Request.Form("C_Vocation"),"''",""))
  53. RsSaveIObj("C_Sex")  = NoSqlHack(Replace(Request.Form("C_Sex"),"''",""))
  54. RsSaveIObj("C_Tel")  = NoSqlHack(Replace(Request.Form("C_Tel"),"''",""))
  55. RsSaveIObj("C_Fax")  = NoSqlHack(Replace(Request.Form("C_Fax"),"''",""))
  56. RsSaveIObj("C_VocationClassID")  = NoSqlHack(Replace(Request.Form("C_VocationClassID"),"''",""))
  57. RsSaveIObj("C_Fax")  = NoSqlHack(Replace(Request.Form("C_Fax"),"''",""))
  58. RsSaveIObj("C_size")  = NoSqlHack(Replace(Request.Form("C_size"),"''",""))
  59. RsSaveIObj("C_WebSite")  = NoSqlHack(Replace(Request.Form("C_WebSite"),"''",""))
  60. RsSaveIObj("C_Operation")  = NoHtmlHackInput(Replace(Request.Form("C_Operation"),"''",""))
  61. RsSaveIObj("C_Products")  = NoHtmlHackInput(Replace(Request.Form("C_Products"),"''",""))
  62. RsSaveIObj("C_Content")  = NoHtmlHackInput(Replace(Request.Form("C_Content"),"''",""))
  63. RsSaveIObj("C_WebSite")  = NoSqlHack(Replace(Request.Form("C_WebSite"),"''",""))
  64. RsSaveIObj("C_Capital")  = NoSqlHack(Replace(Request.Form("C_Capital"),"''",""))
  65. RsSaveIObj("C_PostCode")  = NoSqlHack(Replace(Request.Form("C_PostCode"),"''",""))
  66. RsSaveIObj("C_property")  = NoSqlHack(Replace(Request.Form("C_property"),"''",""))
  67. RsSaveIObj("C_Byear")  = NoSqlHack(Replace(Request.Form("C_Byear"),"''",""))
  68. RsSaveIObj.update
  69. RsSaveIObj.close
  70. set RsSaveIObj = nothing
  71. strShowErr = "<li>企业资料修改成功!</li>"
  72. Response.Redirect("lib/Success.asp?ErrCodes="&Server.URLEncode(strShowErr)&"&ErrorUrl=../Corp_info.asp")
  73. Response.end
  74. End if
  75. Else
  76. Dim RsCorpObj
  77. Set RsCorpObj = server.CreateObject(G_FS_RS)
  78. RsCorpObj.open "select  CorpID,UserNumber,C_Name,C_ShortName,C_Province,C_City,C_Address,C_ConactName,C_Vocation,C_Sex,C_Tel,C_Fax,C_VocationClassID,C_WebSite,C_size,C_Operation,C_Products,C_Content,C_Capital,isLockCorp,C_Templet,C_PostCode,C_property,isYellowPage,isYellowPageCheck,C_Byear From FS_ME_CorpUser where UserNumber = '"& Fs_User.UserNumber &"'",User_Conn,1,3
  79. if RsCorpObj.eof then
  80. strShowErr = "<li>找不到企业数据</li>"
  81. Call ReturnError(strShowErr,"")
  82. End if
  83. if RsCorpObj("isLockCorp") = 1 then
  84. strShowErr = "<li>您的企业数据还没审核通过</li>"
  85. Call ReturnError(strShowErr,"")
  86. End if
  87. %>
  88. <html xmlns="http://www.w3.org/1999/xhtml">
  89. <title>企业资料-网站内容管理系统</title>
  90. <meta name="keywords" content="风讯cms,cms,FoosunCMS,FoosunOA,FoosunVif,vif,风讯网站内容管理系统">
  91. <meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
  92. <meta content="MSHTML 6.00.3790.2491" name="GENERATOR" />
  93. <meta name="Keywords" content="Foosun,FoosunCMS,Foosun Inc.,风讯,风讯网站内容管理系统,风讯系统,风讯新闻系统,风讯商城,风讯b2c,新闻系统,CMS,域名空间,asp,jsp,asp.net,SQL,SQL SERVER" />
  94. <link href="images/skin/Css_<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>/<%=Request.Cookies("FoosunUserCookies")("UserLogin_Style_Num")%>.css" rel="stylesheet" type="text/css">
  95. <head>
  96. <body>
  97. <table width="98%" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  98.   <tr>
  99.     <td>
  100.       <!--#include file="top.asp" -->
  101.     </td>
  102.   </tr>
  103. </table>
  104. <table width="98%" height="135" border="0" align="center" cellpadding="1" cellspacing="1" class="table">
  105.   
  106.     <tr class="back"> 
  107.       <td   colspan="2" class="xingmu" height="26"> <!--#include file="Top_navi.asp" --> </td>
  108.     </tr>
  109.     <tr class="back"> 
  110.       <td width="18%" valign="top" class="hback"> <div align="left"> 
  111.           <!--#include file="menu.asp" -->
  112.         </div></td>
  113.       <td width="82%" valign="top" class="hback"><table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  114.         <tr class="hback"> 
  115.           <td class="hback"><strong>位置:</strong><a href="../">网站首页</a> &gt;&gt; 
  116.             <a href="main.asp">会员首页</a> &gt;&gt; 企业资料</td>
  117.         </tr>
  118.       </table> 
  119.       
  120.         
  121.       <table width="98%" border="0" align="center" cellpadding="5" cellspacing="1" class="table">
  122.         <form name="UserForm" method="post" action="">
  123.           <tr class="hback"> 
  124.             <td colspan="4" class="xingmu"> <strong>
  125.               <%
  126. if RsCorpObj("isYellowPage") = 1 then
  127. if RsCorpObj("isYellowPageCheck") = 0 then
  128. Response.Write("您已经开通黄页功能,但还没审核,&nbsp;&nbsp;<a href=""Corp_Info.asp?CorpID="&RsCorpObj("CorpID") &"&YellowPage=Close"" class=""top_navi""><b>取消</b></a>")
  129. Else
  130. Response.Write("您已经开通黄页功能,&nbsp;&nbsp;<a href=""Corp_Info.asp?CorpID="&RsCorpObj("CorpID") &"&YellowPage=Close"" class=""top_navi""><b>关闭</b></a>")
  131. End if
  132. Else
  133. Response.Write("您还没开通黄页功能,&nbsp;&nbsp;<a href=""Corp_Info.asp?CorpID="&RsCorpObj("CorpID") &"&YellowPage=Open"" class=""top_navi""><b>开通</b></a>")
  134. End if
  135. %>
  136.               </strong></td>
  137.           </tr>
  138.           <tr class="hback"> 
  139.             <td width="16%" class="hback_1"><div align="center"><strong>公司名称</strong></div></td>
  140.             <td width="35%" class="hback"><input name="C_Name" type="text" id="C_Name" value="<% = RsCorpObj("C_Name")%>" size="26" maxlength="50">
  141.               <input name="ID" type="hidden" id="ID" value="<% = RsCorpObj("CorpID")%>"></td>
  142.             <td width="10%" class="hback_1"><div align="center"><strong>公司简称</strong></div></td>
  143.             <td width="39%" class="hback"><input name="C_ShortName" type="text" id="C_ShortName" value="<% = RsCorpObj("C_ShortName")%>" size="26" maxlength="30"></td>
  144.           </tr>
  145.           <tr class="hback"> 
  146.             <td class="hback_1"><div align="center"><strong>联系人</strong></div></td>
  147.             <td class="hback"><input name="C_ConactName" type="text" id="C_ConactName" value="<% = RsCorpObj("C_ConactName")%>" size="26" maxlength="20"></td>
  148.             <td class="hback_1"><div align="center"><strong>联系人职位</strong></div></td>
  149.             <td class="hback"><input name="C_Vocation" type="text" id="C_Vocation" value="<% = RsCorpObj("C_Vocation")%>" size="26" maxlength="30"></td>
  150.           </tr>
  151.           <tr class="hback"> 
  152.             <td class="hback_1"><div align="center"><strong>性别</strong></div></td>
  153.             <td class="hback"> <select name="C_Sex" id="C_Sex">
  154.                 <option value="0" <%if RsCorpObj("C_Sex") = 0 then response.Write("selected")%>>男</option>
  155.                 <option value="1" <%if RsCorpObj("C_Sex") = 1 then response.Write("selected")%>>女</option>
  156.               </select></td>
  157.             <td class="hback_1"><strong>联系电话</strong></td>
  158.             <td class="hback"><input name="C_Tel" type="text" id="C_Tel2" value="<% = RsCorpObj("C_Tel")%>" size="26" maxlength="24"></td>
  159.           </tr>
  160.           <tr class="hback"> 
  161.             <td class="hback_1"><div align="center"><strong>联系传真</strong></div></td>
  162.             <td class="hback"><input name="C_Fax" type="text" id="C_Fax2" value="<% = RsCorpObj("C_Fax")%>" size="26" maxlength="24"></td>
  163.             <td class="hback_1"><div align="center"><strong>省份</strong></div></td>
  164.             <td class="hback"><select name="C_Province" size=1 id="select">
  165.                 <option value="">请选择  </option>
  166.                 <option value="北京" <% If RsCorpObj("C_Province") ="北京" then response.Write("selected")%>>北京</option>
  167.                 <option value="上海" <% If RsCorpObj("C_Province") ="上海" then response.Write("selected")%>>上海</option>
  168.                 <option value="四川" <% If RsCorpObj("C_Province") ="四川" then response.Write("selected")%>>四川</option>
  169.                 <option value="天津" <% If RsCorpObj("C_Province") ="天津" then response.Write("selected")%>>天津</option>
  170.                 <option value="重庆" <% If RsCorpObj("C_Province") ="重庆" then response.Write("selected")%>>重庆</option>
  171.                 <option value="安徽" <% If RsCorpObj("C_Province") ="安徽" then response.Write("selected")%>>安徽</option>
  172.                 <option value="甘肃" <% If RsCorpObj("C_Province") ="甘肃" then response.Write("selected")%>>甘肃</option>
  173.                 <option value="广东" <% If RsCorpObj("C_Province") ="广东" then response.Write("selected")%>>广东</option>
  174.                 <option value="广西" <% If RsCorpObj("C_Province") ="广西" then response.Write("selected")%>>广西</option>
  175.                 <option value="贵州" <% If RsCorpObj("C_Province") ="贵州" then response.Write("selected")%>>贵州</option>
  176.                 <option value="福建" <% If RsCorpObj("C_Province") ="福建" then response.Write("selected")%>>福建</option>
  177.                 <option value="海南" <% If RsCorpObj("C_Province") ="海南" then response.Write("selected")%>>海南</option>
  178.                 <option value="河北" <% If RsCorpObj("C_Province") ="河北" then response.Write("selected")%>>河北</option>
  179.                 <option value="河南" <% If RsCorpObj("C_Province") ="河南" then response.Write("selected")%>>河南</option>
  180.                 <option value="黑龙江" <% If RsCorpObj("C_Province") ="黑龙江" then response.Write("selected")%>>黑龙江</option>
  181.                 <option value="湖北" <% If RsCorpObj("C_Province") ="湖北" then response.Write("selected")%>>湖北</option>
  182.                 <option value="湖南" <% If RsCorpObj("C_Province") ="湖南" then response.Write("selected")%>>湖南</option>
  183.                 <option value="吉林" <% If RsCorpObj("C_Province") ="吉林" then response.Write("selected")%>>吉林</option>
  184.                 <option value="江苏" <% If RsCorpObj("C_Province") ="江苏" then response.Write("selected")%>>江苏</option>
  185.                 <option value="江西" <% If RsCorpObj("C_Province") ="江西" then response.Write("selected")%>>江西</option>
  186.                 <option value="辽宁" <% If RsCorpObj("C_Province") ="辽宁" then response.Write("selected")%>>辽宁</option>
  187.                 <option value="内蒙古" <% If RsCorpObj("C_Province") ="内蒙古" then response.Write("selected")%>>内蒙古</option>
  188.                 <option value="宁夏" <% If RsCorpObj("C_Province") ="宁夏" then response.Write("selected")%>>宁夏</option>
  189.                 <option value="青海" <% If RsCorpObj("C_Province") ="青海" then response.Write("selected")%>>青海</option>
  190.                 <option value="山东" <% If RsCorpObj("C_Province") ="山东" then response.Write("selected")%>>山东</option>
  191.                 <option value="山西" <% If RsCorpObj("C_Province") ="山西" then response.Write("selected")%>>山西</option>
  192.                 <option value="陕西" <% If RsCorpObj("C_Province") ="陕西" then response.Write("selected")%>>陕西</option>
  193.                 <option value="西藏" <% If RsCorpObj("C_Province") ="西藏" then response.Write("selected")%>>西藏</option>
  194.                 <option value="新疆" <% If RsCorpObj("C_Province") ="新疆" then response.Write("selected")%>>新疆</option>
  195.                 <option value="云南" <% If RsCorpObj("C_Province") ="云南" then response.Write("selected")%>>云南</option>
  196.                 <option value="浙江" <% If RsCorpObj("C_Province") ="浙江" then response.Write("selected")%>>浙江</option>
  197.                 <option value="港澳台" <% If RsCorpObj("C_Province") ="港澳台" then response.Write("selected")%>>港澳台</option>
  198.                 <option value="海外" <% If RsCorpObj("C_Province") ="海外" then response.Write("selected")%>>海外</option>
  199.                 <option value="其它" <% If RsCorpObj("C_Province") ="其它" then response.Write("selected")%>>其它</option>
  200.               </select> </td>
  201.           </tr>
  202.           <tr class="hback"> 
  203.             <td class="hback_1"><div align="center"><strong>城市</strong></div></td>
  204.             <td class="hback"> <input name="C_City" type="text" id="C_City2" value="<% = RsCorpObj("C_City")%>" size="26" maxlength="20"></td>
  205.             <td class="hback_1"><div align="center"><strong>地址</strong></div></td>
  206.             <td class="hback"><input name="C_Address" type="text" id="C_Address2" value="<% = RsCorpObj("C_Address")%>" size="26" maxlength="50"> 
  207.             </td>
  208.           </tr>
  209.           <tr class="hback"> 
  210.             <td class="hback_1"><div align="center"><strong>邮政编码</strong></div></td>
  211.             <td class="hback"><input name="C_PostCode" type="text" id="C_PostCode2" value="<% = RsCorpObj("C_PostCode")%>" size="26" maxlength="15"></td>
  212.             <td class="hback_1"><div align="center"><strong>网站</strong></div></td>
  213.             <td class="hback"><input name="C_WebSite" type="text" id="C_WebSite2" value="<% = RsCorpObj("C_WebSite")%>" size="26" maxlength="150"> 
  214.             </td>
  215.           </tr>
  216.           <tr class="hback"> 
  217.             <td class="hback_1"><div align="center"><strong>所在行业</strong></div></td>
  218.             <td class="hback"> <input name="C_VocationClassID" type="text" id="C_VocationClassID" value="<% = RsCorpObj("C_VocationClassID")%>" size="26" maxlength="20" readonly> 
  219.               <input type="button" name="Submit32" value="选择行业" onClick="OpenWindowAndSetValue('lib/SelectClassFrame.asp',400,300,window,document.UserForm.C_VocationClassID);document.UserForm.C_VocationClassID.focus();"></td>
  220.             <td class="hback_1"><div align="center"><strong>公司性质</strong></div></td>
  221.             <td class="hback"> <select name="C_property" id="C_property">
  222.                 <option value="" <% If Trim(RsCorpObj("C_property"))="" then response.Write("selected")%>>公司性质不限</option>
  223.                 <option value="外商独资" <% If RsCorpObj("C_property") ="外商独资" then response.Write("selected")%>>外商独资</option>
  224.                 <option value="外企办事处" <% If RsCorpObj("C_property") ="外企办事处" then response.Write("selected")%>>外企办事处</option>
  225.                 <option value="中外合营(合资,合作)" <% If RsCorpObj("C_property") ="中外合营(合资,合作)" then response.Write("selected")%>>中外合营(合资,合作)</option>
  226.                 <option value="私营,民营企业" <% If RsCorpObj("C_property") ="私营,民营企业" then response.Write("selected")%>>私营,民营企业</option>
  227.                 <option value="国有企业" <% If RsCorpObj("C_property") ="国有企业" then response.Write("selected")%>>国有企业</option>
  228.                 <option value="国内上市公司" <% If RsCorpObj("C_property") ="国内上市公司" then response.Write("selected")%>>国内上市公司</option>
  229.                 <option value="政府机关,非盈利机构"<% If RsCorpObj("C_property") ="政府机关,非盈利机构" then response.Write("selected")%>>政府机关,非盈利机构</option>
  230.                 <option value="事业单位" <% If RsCorpObj("C_property") ="事业单位" then response.Write("selected")%>>事业单位</option>
  231.                 <option value="股份制企业" <% If RsCorpObj("C_property") ="股份制企业" then response.Write("selected")%>>股份制企业</option>
  232.                 <option value="其它" <% If RsCorpObj("C_property") ="其它" then response.Write("selected")%>>其它</option>
  233.               </select></td>
  234.           </tr>
  235.           <tr class="hback"> 
  236.             <td class="hback_1"><div align="center"><strong>公司规模</strong></div></td>
  237.             <td colspan="3" class="hback"><select name="C_size" id="C_size">
  238.                 <option value="1-20人" <% If RsCorpObj("C_size") ="1-20人" then response.Write("selected")%>>1-20人</option>
  239.                 <option value="21-50人" <% If RsCorpObj("C_size") ="21-50人" then response.Write("selected")%>>21-50人</option>
  240.                 <option value="51-100人" <% If RsCorpObj("C_size") ="51-100人" then response.Write("selected")%>>51-100人</option>
  241.                 <option value="101-200人" <% If RsCorpObj("C_size") ="101-200人" then response.Write("selected")%>>101-200人</option>
  242.                 <option value="201-500人"  <% If RsCorpObj("C_size") ="201-500人" then response.Write("selected")%>>201-500人</option>
  243.                 <option value="501-1000人"  <% If RsCorpObj("C_size") ="501-1000人" then response.Write("selected")%>>501-1000人</option>
  244.                 <option value="1000人以上"  <% If RsCorpObj("C_size") ="1000人以上" then response.Write("selected")%>>1000人以上</option>
  245.               </select> <div align="center"></div></td>
  246.           </tr>
  247.           <tr class="hback"> 
  248.             <td class="hback_1"><div align="center"><strong>业务范围</strong></div></td>
  249.             <td colspan="3" class="hback"><textarea name="C_Operation" cols="50" rows="5" id="C_Operation" style="width:80%"><% = RsCorpObj("C_Operation")%></textarea>
  250.               不能超过250个字符 
  251.               <div align="center"></div></td>
  252.           </tr>
  253.           <tr class="hback"> 
  254.             <td class="hback_1"><div align="center"><strong>产品介绍</strong></div></td>
  255.             <td colspan="3" class="hback"> <textarea name="C_Products" cols="50" rows="5" id="C_Products" style="width:80%"><% = RsCorpObj("C_Products")%></textarea>
  256.               不能超过500个字符 <div align="center"></div></td>
  257.           </tr>
  258.           <tr class="hback"> 
  259.             <td class="hback_1"><div align="center"><strong>公司简介</strong></div></td>
  260.             <td colspan="3" class="hback"><textarea name="C_Content" cols="50" rows="5" id="C_Content" style="width:80%"><% = RsCorpObj("C_Content")%></textarea>
  261.               不能超过1000个字符</td>
  262.           </tr>
  263.           <tr class="hback"> 
  264.             <td class="hback_1"><div align="center"><strong>注册资本</strong></div></td>
  265.             <td colspan="3" class="hback"> <div align="left"> 
  266.                 <select name="C_Capital" id="C_Capital">
  267.                   <option value="10万以下" <% If RsCorpObj("C_Capital") ="10万以下" then response.Write("selected")%>>10万以下</option>
  268.                   <option value="10万-19万"  <% If RsCorpObj("C_Capital") ="10万-19万" then response.Write("selected")%>>10万-19万</option>
  269.                   <option value="20万-49万"  <% If RsCorpObj("C_Capital") ="20万-49万" then response.Write("selected")%>>20万-49万</option>
  270.                   <option value="50万-99万"  <% If RsCorpObj("C_Capital") ="50万-99万" then response.Write("selected")%>>50万-99万</option>
  271.                   <option value="100万-199万"  <% If RsCorpObj("C_Capital") ="100万-199万" then response.Write("selected")%>>100万-199万</option>
  272.                   <option value="200万-499万"  <% If RsCorpObj("C_Capital") ="200万-499万" then response.Write("selected")%>>200万-499万</option>
  273.                   <option value="500万-999万"  <% If RsCorpObj("C_Capital") ="500万-999万" then response.Write("selected")%>>500万-999万</option>
  274.                   <option value="1000万以上"  <% If RsCorpObj("C_Capital") ="1000万以上" then response.Write("selected")%>>1000万以上</option>
  275.                 </select>
  276.               </div></td>
  277.           </tr>
  278.           <tr class="hback"> 
  279.             <td class="hback_1"><div align="center"><strong>成立时间</strong></div></td>
  280.             <td colspan="3" class="hback"> <input name="C_Byear" type="text" id="C_Byear" value="<% = RsCorpObj("C_Byear")%>" size="26" maxlength="20"> 
  281.               <div align="center"></div></td>
  282.           </tr>
  283.           <tr class="hback"> 
  284.             <td colspan="4" class="hback"><div align="center"> 
  285.                 <input name="Action" type="hidden" id="Action" value="Save">
  286.                 <input type="submit" name="Submit" value="保存资料"  onClick="{if(confirm('确认保存吗?')){this.document.UserForm.submit();return true;}return false;}">
  287.                   
  288.                 <input type="reset" name="Submit3" value="重新填写">
  289.                   </div></td>
  290.           </tr>
  291.           <tr class="hback"> 
  292.             <td colspan="4" class="hback"> <div align="center"> </div></td>
  293.           </tr>
  294.         </form>
  295.       </table>
  296.        </td>
  297.     </tr>
  298.     <tr class="back"> 
  299.       <td height="20"  colspan="2" class="xingmu"> <div align="left"> 
  300.           <!--#include file="Copyright.asp" -->
  301.         </div></td>
  302.     </tr>
  303.  
  304. </table>
  305. </body>
  306. </html>
  307. <%
  308. RsCorpObj.close
  309. set RsCorpObj = nothing
  310. End if
  311. Set Fs_User = Nothing
  312. %>
  313. <script language="JavaScript" type="text/JavaScript">
  314. function OpenWindowAndSetValue(Url,Width,Height,WindowObj,SetObj)
  315. {
  316. var ReturnStr=showModalDialog(Url,WindowObj,'dialogWidth:'+Width+'pt;dialogHeight:'+Height+'pt;status:no;help:no;scroll:no;');
  317. if (ReturnStr!='007007007007') SetObj.value=ReturnStr;
  318. return ReturnStr;
  319. }
  320. </script>
  321. <!--Powsered by Foosun Inc.,Product:FoosunCMS V4.0系列-->