top.asp
来自「实现对图片的基本处理:打开、增加、删除等。」· ASP 代码 · 共 31 行
ASP
31 行
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link rel="stylesheet" href="../css.css" type="text/css">
<script language=javascript>
function rusure()
{ question = confirm("确认要退出柯南.Net网站管理系统???")
if (question !="0")
{ parent.right.location = "loginout.asp" }
}
</script>
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16%"><a href="http://www.weihai365.com/xxg"><img src="http://www.weihai365.com/xxg/images/logo.jpg" border="0"></a></td>
<td width="65%" align="center"><a href="http://www.weihai365.com/xxg"><img src="http://www.weihai365.com/xxg/xxgbbs/images/logo.jpg" border="0"></a></td>
<td width="19%"><A href="main.asp"
target=mainFrame><IMG src="images/t_4.gif" width="40" height="60" hspace=10 border=0></A><A
href="ubb.asp" target=main> </A><A href="loginout.asp" onClick="rusure();return false;" target=_top><IMG border=0
src="images/t_6.gif"></A></td>
</tr>
<tr>
<td height="10" colspan="3" bgcolor="#77A4EE"><img src="images/space.gif" width="1" height="1"></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?