?? bs_mail_send.asp
字號:
<!--#include file="bsconfig.asp"-->
<%
'=========================================================
'
'產品名稱:公司(企業)網站管理系統
'版權所有: www.web300.cn
'程序制作:web300源碼中心
'Copyright 2006-2008 www.web300.cn - All Rights Reserved.
'
'========================================================
%>
<%
set rs=server.createobject("adodb.recordset")
sql="select * from maildefault order by id desc"
rs.open sql,conn,1,1
%>
<!-- #include file="Inc/Head.asp" -->
<BR>
<table cellpadding="2" cellspacing="1" border="0" width="560" align="center" class="a2">
<tr>
<td class="a1" height="25" align="center"><strong>發 送 郵 件</strong></td>
</tr>
<tr class="a4">
<td align="center">
<br>
<form name="sendmail" action="Bs_Mail_send_to.asp" method="post" >
<table border="0" cellspacing="2" cellpadding="0" width="550" align="center">
<tr>
<td height="25" bgcolor="#C0C0C0">
<div align="center"><font color="#000000">發信人地址:</font></div></td>
<td height="30" bgcolor="#E3E3E3"> <input type="text" name="frommail" value="<%=rs("frommail")%>">
</td>
</tr>
<tr> <%email=request("email")%>
<td bgcolor="#C0C0C0">
<div align="center"><font color="#000000">收信人地址:</font></div></td>
<td bgcolor="#E3E3E3">
<input name="tomail" type="text" value="<%=email%>">
<br>
<br>
<font color="#000000">(如果為空,從數據庫取地址群發!) </font></td>
</tr>
<tr>
<td bgcolor="#C0C0C0">
<div align="center"><font color="#000000">信件標題:</font></div></td>
<td bgcolor="#E3E3E3">
<input type="text" name="mailsubject" size="50">
<br> <br>
<font color="#000000">(如果為空,則顯示<font color="#FF0000">“<%=rs("mailsubject")%>”</font>!)
</font></td>
</tr>
<tr>
<td bgcolor="#C0C0C0">
<div align="center"><font color="#000000">信件內容:</font></div></td>
<td bgcolor="#E3E3E3">
<textarea name="mailbody" cols="50" rows="8"></textarea>
<br>
<br>
</td>
</tr>
<tr bgcolor="#336699">
<td height="25" bgcolor="#C0C0C0">
<div align="center"></div></td>
<td height="22" bgcolor="#E3E3E3">
<input type="submit" name="Submit" value="發送">
<input type="reset" name="Submit" value="取消"> <input type="hidden" name="action" value="我發">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<BR>
<%htmlend%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -