?? send.asp
字號(hào):
<!--#include file="top.asp"-->
<center>
<%
fromWho = TRIM( Request.Form( "fromWho" ) )
toWho = TRIM( Request.Form( "toWho" ) )
Subject = TRIM( Request.Form( "Subject" ) )
Body = TRIM( Request.Form( "Body" ) )
set mymail = Server.CreateObject("CDONTS.Newmail")
mymail.From = fromWho
mymail.To = toWho
mymail.Subject = Subject
mymail.Body = Body
mymail.Send
set mymail = Nothing
%>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href=ub.css rel=STYLESHEET type=text/css>
<title>推薦商品</title>
</head>
<table border="0" width="760" cellspacing="0" cellpadding="0" height="312">
<tr>
<td width="166" height="312" valign="top" align="left">
<table border="0" width="166" cellspacing="0" cellpadding="0">
<tr>
<td width="166"><!--#include file="left.asp"--></td>
</tr>
</table>
</td>
</center>
<td width="590" valign="top" align="center">
<table width="100%" border="0" cellspacing="1" cellpadding="0">
<tr bgcolor="#FFFFFF" align="center" valign="top">
<td height="1">
<table bgcolor=#eeeeee border=0 cellpadding=0 cellspacing=0
height=20 width="100%">
<tbody>
<tr>
<td align=center bgcolor=#2b6da9 width=305><font color="#FFFFFF"><img src="image/sb3.gif" border=0 align=absmiddle width="24" height="12"> </font><font color="#CCCCCC"><span class="p1"><font color="#FFFFFF">發(fā)送[
<%=request("TOWHO") %> ]</font></span></font></td>
<td width=436> </td>
</tr>
<tr>
<td bgcolor=#2b6da9 colspan=2 height=1></td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="0">
<div align="center"><br>
<br>
<br>
您 的 信 件 <%=request("TOWHO") %> 已 發(fā) 送 成 功<br>
<br>
<br>
<br>
本站的發(fā)展離不開(kāi)您的關(guān)心與支持!
<br>
<br>
</div>
</td>
</tr>
</table>
</td></tr></table>
<!--#include file="copy.asp"-->
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -