📄 top.asp
字号:
<!--#include file="tc.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="pass.asp"-->
<!--#include file="head.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="70" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="16%" height="60" bgcolor="#77A4EE"><a href="http://www.tc711.com"></a></td>
<td width="34%" align="center" bgcolor="#77A4EE"><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></a><a href="http://www.tc711.com"></a></td>
<td width="50%" bgcolor="#77A4EE"><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 + -