?? bs_mail_add_user.asp
字號:
<!--#include file="bsconfig.asp"-->
<!-- #include file="Inc/Head.asp" -->
<%
'=========================================================
'
'產品名稱: 公司(企業)網站管理系統(簡稱:www.web300.cn)
'版權所有: www.web300.cn
'程序制作:www.web300.cn開發團隊
'Copyright 2006-2008 www.web300.cn - All Rights Reserved.
'
'========================================================
%>
<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="adduser" method="post" action="Bs_Mail_add_user.asp">
<table border="0" cellspacing="2" cellpadding="0" width="300">
<tr>
<td height="25" bgcolor="#C0C0C0"><b><font color="#000000"> 手動添加郵件地址</font></b></td>
</tr>
<tr>
<td bgcolor="#E3E3E3" align="center" height="95">
<table border="0" cellspacing="0" cellpadding="4">
<tr>
<td align="right"><font color="#000000">Email地址</font></td>
<td valign="top">
<input type="text" name="email" maxlength="50" class="bk">
</td>
</tr>
<tr>
<td align="center" colspan="2" height="35"><font color=#000000>不用填寫其他資料</font></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="25" align="center" bgcolor="#C0C0C0">
<input type="submit" name="Submit" value="添加" class="Tips_bo">
<input type="hidden" name="action" value="adduser">
</td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<BR>
<%htmlend%>
<%
if request("action")<>"adduser" then
response.end
else
email=request("email")
mailnow=now()
conn.execute "insert into email (dateandtime,email) values ('"&mailnow&"','"&email&"')"
response.write"<SCRIPT language=JavaScript>alert('帳號添加成功,你可以繼續添加!');"
response.write "</SCRIPT>"
end if
%>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -