usertop.asp

来自「这是我在大三的《asp程序设计教程》的课程设计」· ASP 代码 · 共 53 行

ASP
53
字号
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link rel="stylesheet" href="usercommon.css" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<title>同学通讯录</title>
</head>

<body bgColor=#ffffff leftMargin=0 topMargin=0 marginwidth="0" marginheight="0" background="images/body1.gif">
<div align="center"><img src="images/under2.gif" width="776" height="80" /></div>
<div align="center">
<table width="776" height="25" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#3B310C">
<tr><td><a href="default.asp"> 
<img name="a" onMouseOver="document.a.src='images/aa.gif'" onMouseOut="document.a.src='images/a.gif'" src="images/a.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="userselect.asp"> 
<img name="b" onMouseOver="document.b.src='images/bb.gif'" onMouseOut="document.b.src='images/b.gif'" src="images/b.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="useradd.asp"> 
<img name="c" onMouseOver="document.c.src='images/cc.gif'" onMouseOut="document.c.src='images/c.gif'" src="images/c.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="userbat.asp"> 
<img name="d" onMouseOver="document.d.src='images/dd.gif'" onMouseOut="document.d.src='images/d.gif'" src="images/d.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="userdel.asp"> 
<img name="e" onMouseOver="document.e.src='images/ee.gif'" onMouseOut="document.e.src='images/e.gif'" src="images/e.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="userup.asp"> 
<img name="f" onMouseOver="document.f.src='images/ff.gif'" onMouseOut="document.f.src='images/f.gif'" src="images/f.gif" width="77" height="17" border="0" /> 
</a> 
</td>

<td><a href="exitsys.asp"> 
<img name="g" onMouseOver="document.g.src='images/gg.gif'" onMouseOut="document.g.src='images/g.gif'" src="images/g.gif" width="77" height="17" border="0" /> 
</a> 
</td>

</tr>
</table>
</div>
</body>
</html>

⌨️ 快捷键说明

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