📄 top.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="pass.asp"-->
<%
sql="select * from counst"
set rs=conn.execute(sql)
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><% =rs("W_name") %></title>
<link rel="stylesheet" href="../css.css" type="text/css">
<script language=javascript>
function rusure()
{ question = confirm("确认要退出后台管理???")
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%"></td>
<td width="65%" align="center"><a href="http://wishso.com" target="_blank">朱明设计</a>设计维护
技术支持:<a href="" target="_blank">明仔</a>
QQ:279999471 </td>
<td width="19%"><A href="http://<% =rs("W_url") %>"
target=mainFrame><IMG src="images/t_4.gif" width="40" height="60" hspace=10 border=0></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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -