counterpage.aspx

来自「用VB实现」· ASPX 代码 · 共 29 行

ASPX
29
字号
<%@ Page Language="VB" ContentType="text/html" ResponseEncoding="gb2312" %>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<script runat ="server">
</script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>在线人数统计</title>
</head>
<body>
<table width="715" border="0">
  <tr>
    <td width="44">&nbsp;</td>
    <td width="175">&nbsp;</td>
    <td width="116">&nbsp;</td>
    <td width="362">&nbsp;</td>
  </tr>
  <tr>
    <td>&nbsp;</td>
    <td><strong>当前在线访问人数:</strong></td>
    <td><strong>
      <% Response.write(Application("theVNumber"))  %>
    </strong></td>
    <td>&nbsp;</td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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