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

📄 sq-send.asp

📁 大型人才程序网站程序
💻 ASP
字号:
<% Response.Buffer=false %>
<!--#include file="../inc/dbconn1.inc"-->
<%mcs1=request("mcs1")
  yname=request("yname")
  email=request("email")
  sname=request("sname")
  smail=request("smail")
  msg=request("msg")

%>
<%

set rs=server.createobject("adodb.recordset")
sql2="select * from danwei where loginmc='"&mcs1&"'"
rs.open sql2,conn,1,1
gsmcs=rs("company")
yhmcs=rs("loginmc")
rs.close
set rs=nothing
set rs=server.createobject("adodb.recordset")
sql3="select * from dwsq"
rs.open sql3,conn,3,3
rs.addnew
rs("dwmc")=gsmcs
rs("loginmc")=yhmcs
rs("lxr")=sname
rs("idate")=date()
rs("email")=smail
rs("sqqx")=msg
rs.update
rs.close
set rs=nothing

%>

<%set mail=server.createobject("CDONTS.NewMail")
  
  mail.to=email
  mail.from=smail
  mail.MailFormat = 0
  mail.bodyFormat = 0
  mail.subject="乐清人才网临时会员:["+gsmcs+"]的正式会员资格申请信"


html=html&"<html>"
html=html&"<head>"
html=html&"</head>"
html=html&"</html>"
html=html&"<div align=""center""> "
html=html&"<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"" align=""center"">"
html=html&"<tbody>" 
html=html&"<tr>"
html=html&"<td width=""100%"">"
html=html&"<table border=""0"" cellpadding=""0"" cellspacing=""0"" width=""100%"">"
html=html&"<tbody>" 
html=html&"<tr>" 
html=html&"<td colspan=""2"" valign=""top"" height=""5"">" 
html=html&"<table width=""100%"" cellspacing=""0"" cellpadding=""0"">"
html=html&"<tr valign=""top"">" 
html=html&"<td width=""100%"">" 
                      
html=html&"<table width=""100%"" cellspacing=""0"" cellpadding=""0"" height=""100%"">"
html=html&"<tr>" 
html=html&"<td>" 
                            
html=html&"<table width=""100%"" cellpadding=""1""  align=""center"" border=""0"">"
html=html&"<tr align=""center"" valign=""top"" >" 
html=html&"<td>" 
html=html&"<table width=""100%"" cellspacing=""0"" cellpadding=""0"" height=""100%"">"
html=html&"<tr>" 
html=html&"<td>" 
html=html&"<table width=""100%"" cellspacing=""0"" cellpadding=""0"" height=""100%"" border=""0"" align=""left"" >"
html=html&"<tr>" 
html=html&"<td height=""8"">"
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td height=""5"">"
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td>"
html=html&"公司名称:"
html=html&"&nbsp;"
html=html&gsmcs
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td>"
html=html&"申请会员期限:"
html=html&"&nbsp;"
html=html&msg
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td height=""5"">"
html=html&"</td>"
html=html&"<tr>" 
html=html&"<td>"
html=html&"申请人帐号:"
html=html&"&nbsp;"
html=html&sname
html=html&"</td>"
html=html&"</tr>"

html=html&"<tr>" 
html=html&"<td>"
html=html&"申请日期:"
html=html&"&nbsp;"
html=html&date()
html=html&"</font>"
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td height=""5"">"
html=html&"</td>"
html=html&"</tr>"
html=html&"</table>"
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td height=""1"">"
html=html&"</td>"
html=html&"</tr>"
html=html&"</table>"
html=html&"</td>"
html=html&"</tr>"
html=html&"</table>"
html=html&"<br>"
html=html&"<br>"
html=html&"</td>"
html=html&"</tr>"

html=html&"<tr align=""left"">" 
html=html&"<td height=""10"">" 
html=html&"</td>"
html=html&"</tr>"

html=html&"</table>"
html=html&"</td>"
html=html&"</tr>"
html=html&"</table>"
html=html&"</td>"
html=html&"</tr>"
html=html&"<tr>" 
html=html&"<td colspan=""2"" valign=""top"">"
html=html&"</td>"
html=html&"</tr>"
html=html&"</tbody>" 
html=html&"</table>"
html=html&"</td>"
html=html&"</tr>"
html=html&"</tbody>"
html=html&"</table>"

  mail.body=html
  mail.send
  %>




<title>乐清人才网</title>
<meta content="text/html; charset=gb2312" http-equiv="Content-Type">
<style type="text/css">.sbtxt       { color: #000000; font-family: 宋体; font-size: 12px; text-decoration: none }
.sblue       { color: #0000cc; font-family: 宋体; font-size: 12px; text-decoration: none }
.sorenge     { color: #ff6600; font-family: 宋体; font-size: 12px; text-decoration: none }
a:hover      { color: #0000ff; font-family: 宋体; font-size: 12px; text-decoration: none }
.swtxt       { color: #ffffff; font-family: 宋体; font-size: 12px; text-decoration: none }
.shtxt       { color: #666666; font-family: 宋体; font-size: 12px; text-decoration: none }
.bftxt       { color: #FFFFFF; font-family: 宋体; font-size: 12px; text-decoration: none }
</style>
<meta content="Microsoft FrontPage 4.0" name="GENERATOR">
<meta name="ProgId" content="FrontPage.Editor.Document">

<div align="center"> 
  <table align="center" border="0" cellpadding="2" cellspacing="0" width="770">
   <tbody>
    <tr>
     <td align="lift"  height="20" width="765">  </td>
    </tr>
    <tr>
        
      <td align="center" class="sorenge" valign="top" width="765"> <font size="3">您的申请已经提交. 
        <font size="3"><br>
        <br>
        请按如下地址汇款,并将汇款低单传真给我们,网站即可为你开通正式会员资格。 <br>
        <br>
        户名:乐清市联创电子商务有限公司 开户:中国农业银行乐清市支行乐成分理处 帐号:308-9874001075<br>
        <br>
        </font> <a href="javascript:window.close()" class="sbtxt"><font size="3" ><u>现在请关闭</u></font></a> 
        </font></td>
    </tr>
   </tbody>
  </table>
 </div>

⌨️ 快捷键说明

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