⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 top.asp

📁 功能的增加及完善 1.完善了上次不能读写房源编号的错误; 2.增加了不是会员不能查看房主的相系方法的功能; 3.增加了不是会员不能发布的功能; 4.完善了会员中心信息等功能; 5.新增了一个
💻 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>设计维护&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 + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -