?? reg_change_suc.asp
字號:
<%@ language=vbscript%>
<!--#include file="search.asp"-->
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>用戶登記</title>
</head>
<%id=request.form("id")
topurl=request.servervariables("server_name")&request.servervariables("script_name")
topurl=replace(topurl,"regsuc.asp","count.asp")
%>
<body>
<div align="center">
<table border="0" cellpadding="3" cellspacing="1" width="664" height="254" bgcolor="#9AADCB" style="font-size: 9pt">
<tr>
<td width="875" height="12" bgcolor="#FFFFFF">
<p align="center"><span id=msg>修改成功!</span></td>
<td width="194" height="254" rowspan="3" bgcolor="#FFFFFF">
<p align="left"><img border="0" src="img/0009.gif" width="166" height="320"></td>
</tr>
<tr>
<td width="875" height="112" bgcolor="#FFFFFF" valign="top">
<p>
請將以下代碼插入您主頁的任意位置:<br>
<script language=vbscript <br>
src="http://<%response.write topurl%>?user=<%response.write id%>&view=yes&minu=2"></script></td>
</tr>
<tr>
<td width="875" height="105" bgcolor="#FFFFFF" valign="top">
<p>說明:id為您的用戶名;view決定該記數器是否看見:其中view=yes為可見,view=no為隱藏;miu表示您在線人數是統計X分鐘內的人數,一個用戶X分沒有刷新頁面視為不在線。</td>
</tr>
</table>
</div>
</body>
</html>
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -