top.asp

来自「功能的增加及完善 1.完善了上次不能读写房源编号的错误; 2.增加了不是会员」· ASP 代码 · 共 38 行

ASP
38
字号
<!--#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>设计维护&nbsp; 
      技术支持:<a href="" target="_blank">明仔</a>&nbsp; 
      QQ:279999471&nbsp; </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 + =
减小字号Ctrl + -
显示快捷键?