left.asp

来自「这是我个人用ASP制作 的一个动态网页,也是我的主页,谢谢大家的使用~~~`」· ASP 代码 · 共 42 行

ASP
42
字号
<style type="text/css">
<!--
.style1 {color: #FF0099}
.style2 {
	color: #FFBFD1;
	font-family: Tahoma;
	font-size: 12px;
}
.style3 {
	color: #33CC00;
	font-family: Tahoma;
	font-size: 12px;
}
.style4 {
	color: #FFCC00;
	font-family: Tahoma;
	font-size: 12px;
}
.style5 {
	font-family: Tahoma;
	font-size: 12px;
}
-->
</style>
<table width="145" height="123" border="0" cellpadding="0" cellspacing="0">
  <tr>
    <td width="129"><a href="login.asp" class="style1 style5">登陆</a></td>
  </tr>
  <tr>
    <td><a href="reg.asp" class="style2">注册</a></td>
  </tr>
  <tr>
    <td><a href="index.asp" class="style3">查看留言</a></td>
  </tr>
  <tr>
    <td><a href="#" class="style4" onClick="Javascrip:window.open('add.asp','','')">我要留言</a></td>
  </tr>
  <tr>
    <td><a href="alogin.asp" class="style1 style5">板主登陆</a></td>
  </tr>
</table>

⌨️ 快捷键说明

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