?? reg_success.asp
字號:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<%
'=========================================================
' Serv-U 用戶在線注冊管理程序-1.0(odbc+asp版)[2006040819]
' 版權所有:北江科技
' 客服QQ:418322257 E-Mail:qystu@163.Com
' 歡迎大家聯系我們,根據具體情況定制相對應的程序。
' 討論建議網址:http://asp.6to23.com/qyzz/qystu/forumTopicRead.asp?id=1187
'=========================================================
%>
<!--#include file="config.asp" -->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>您已成功地申請了自己的FTP空間帳號...</title>
<link href="STYLE.CSS" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-weight: bold;
}
-->
</style>
</head>
<body>
<p align="center">您已成功地申請了自己的FTP空間帳號</p>
<p></p>
<table width="451" border="0" align="center" cellpadding="5" cellspacing="3" bgcolor="#FFFFFF">
<tr>
<td width="443"><b>請您閱讀以下注意事項:</b></td>
</tr>
<tr>
<td width="443">1、您的主頁空間是<span class="style1"><%= (QuotaMax)%></span>M,支持ASP,暫不支持CGI,請您及時上傳您的主頁,超過三周不上傳者,我們將刪除您的帳號!</td>
</tr>
<tr>
<td width="443">2、本站支持FTP登錄、支持斷點續傳,可以用各種FTP工具來上傳您的文件。</td>
</tr>
<tr>
<td width="443">3、本站個人主頁的FTP地址為<b><font color="#FF0000"><%= (ServUIp)%></font></b></td>
</tr>
<tr>
<td width="443">4、訪問路徑是<b><font color="#FF0000">http://<%= (ServUIp)%>/您的用戶名</font></b></td>
</tr>
<tr>
<td>5、如有任何疑問,請致信:<a href="mailto:<%= (webserveremail)%>"><%= (webserveremail)%></a></td>
</tr>
<tr>
<td width="443" align="right"><input type="button" name="Submit2" value="返回首頁" onClick="top.location='index.asp';"></td>
</tr>
</table>
<!--#Include File="bot.Asp"-->
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -