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

📄 reg.asp

📁 漂亮的公司企业通用整站源码 希望大家能用的上
💻 ASP
字号:
<html>
<head>
<meta HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=gb2312">
<title>注册程序</title>
<style>
td{font-size:9pt;line-height:160%} 
body{font-size:9pt;line-height:160%} 

a:link       { color: #0033CC; text-decoration: none }
a:visited    { color: #0033CC; text-decoration: none }
a:active     { color: #FF0000; text-decoration: none }
a:hover      { color: #000000; text-decoration: underline}
</style>
</head>
<body>
<div align="center">
  <center>
      <table border="0" cellspacing="1" width="430" cellpadding="3" bgcolor="#E9E9E9">
        <tr>
          
        <td width="100%" bgcolor="#F4F4F4"> 
          <p align="center"><b>感谢您使用科技 公司(企业)网站管理系统!</b></p>
        </td>
        </tr>
      </table>
  </center>
</div><br>
<%
if request("type")="reg" then
zcn=request.Form("zcn")
zcv=request.Form("zcv")
dim fso,ts1
Set FSO = Server.CreateObject("Scripting.FileSystemObject") 
Set TS1 = FSO.CreateTextFile(Server.MapPath("zcm.asp"), True) 
TS1.write "<"&chr(37)&"dim zcn,zcv"&chr(13)&"zcn="&chr(34)&zcn&chr(34)&chr(13)&"zcv="&zcv&chr(37)&">"
Set TS1 = Nothing 
Set FSO = Nothing
response.write("<script>alert('注册成攻:!!!恭喜!!!您所填写的信息已成功注册!');</script>")
end if
%>
      <div align="center">
        <center>
        <table border="0" cellPadding="3" cellSpacing="1" bgcolor="#E9E9E9">
         <form action="reg.asp" method="post">
				 <input type=hidden name=type value=reg>
          <tr>
            <td bgcolor="#FFFFFF">用户名:</td>
            <td bgcolor="#FFFFFF"><input name="zcn" size="20"></td>
            <td bgcolor="#FFFFFF">注册号:</td>
            <td bgcolor="#FFFFFF"><input name="zcv" size="20"></td>
          </tr>
        </table>
        </center>
      </div>
      <center>
      <p><input type="submit" value="    注册到您的服务器上    "></p>
      <table border="0" cellspacing="1" width="430" cellpadding="2" bgcolor="#E9E9E9">
        <tr>
          
      <td width="100%" bgcolor="#FFFFFF">获得注册号(购买程序)请联系:<a href="http://www.web300.cn/">http://www.web300.cn/ 
        </a><font color="#0000FF">QQ:812256</font> </td>
        </tr>
       </form>
      </table>
      </center>
<div align="center">
  <center>
      <table border="0" cellspacing="1" width="430" cellpadding="3" bgcolor="#E9E9E9">
        <tr>
          <td width="100%" bgcolor="#FFFFFF">
          <p align="center">本程序大部份文件加密,不允许作任何修改,皆因盗版严重,请见谅!</p>
          <p align="center">如你在使用程序中有什么问题或好的建议欢迎随时与<a href="http://www.web300.cn" target="_blank"></a>联系</p>
          <p align="center">请经常留意我们的主页www.web300.cn,以便能及时升级最新版本程序<br>
          <br>
          - 请支持正版 -</td>
        </tr>
      </table>
  </center>
</div>
</body>
</html>

⌨️ 快捷键说明

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