Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
Mail_Add_user.asp
Package: qiyeguanli.rar [view]
Upload User: ahxunteng
Upload Date: 2022-05-16
Package Size: 1606k
Code Size: 2k
Category:
WEB(ASP,PHP,...)
Development Platform:
VBScript
- <!--#include file="bsconfig.asp"-->
- <!-- #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="adduser" method="post" action="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
- %>