?? info.asp
字號(hào):
<%
if Request.QueryString("info")<>"" then
call infom()
end if
%>
<%
sub infom()
%>
<html>
<head>
<title>系統(tǒng)提示</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body text="#000000">
<table width="300" border="0" cellspacing="0" cellpadding="5" align="center">
<tr>
<td class="bk">您剛才的操作系統(tǒng)返回如下信息 ↓</td>
</tr>
<tr>
<td class="xzy">
<ol>
<%
if Request.QueryString("info")="" then
Response.Write info
else
Response.Write"<li>"&Request.QueryString("info")&"</li>"
end if
%>
</ol>
</td>
</tr>
<tr>
<td class="xzy"><a href="javascript:history.go(-1)"><< 回到前一頁</a></td>
</tr>
</table>
</body>
</html>
<%end sub%>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -