top.asp

来自「留言本程序代码」· ASP 代码 · 共 32 行

ASP
32
字号
<html><style type="text/css">
<!--
a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #000000;
}
a:active {
	text-decoration: underline;
	color: #000000;
}
-->
</style>
<body>
<br>
<table width="80%" border="3" align="center">
  <tr>
    <td><a href="msg_guanli.asp" target="main">留言管理</a></td>
    <td><a href="msg_sz.asp" target="main">留言本设置</a></td>
    <td><a href="admin_sz.asp" target="main">管理员设置</a></td>
    <td><a href="exit.asp" target="_parent">退出管理</a></td>
  </tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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