📄 zyzn.asp
字号:
<!--#include file=conn/adodb.asp-->
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title><!--#include file=title.asp-->--置业指南</title>
<style type="text/css">
<!--
.fontt {
font-size: 9pt;
text-decoration: none;
}
-->
</style>
<style type="text/css">
<!--
a:hover {
font-weight: bold;
color: #FF6600;
}
-->
</style>
<style type="text/css">
<!--
.hhh {
line-height: 5pt;
}
-->
</style>
<script language="JavaScript" type="text/JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
//-->
</script>
</head>
<body bgcolor="#999999" topmargin="0"><table width="80%" border="0" align="center" cellspacing="0">
<tr>
<td width="48%" valign="top">
<div align="center">
<table width="80%" border="0" cellspacing="0" bgcolor="ffffff">
<tr>
<td>
<!--#include file=top.asp-->
<%
dim sql,rs
set rs=server.createobject("adodb.recordset")
sql="select * from zyzn order by timm desc "
rs.open sql,db,1,1
if rs.eof and rs.bof then
response.write "最新没有新闻!"
else
%>
</td>
</tr>
<tr>
<td><div align="center">
<table width="100%" border="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<td width="50%" height="18"> </td>
<td width="50%"> </td>
</tr>
<tr valign="top">
<td align="center">
<table width="90%" height="131" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD width=7 height=7><IMG
src="image/mz_news90.gif" width="7" height="7"></TD>
<TD width=419 background=image/mz_news80.gif></TD>
<TD width=10><IMG
src="image/mz_news70.gif" width="7" height="7"></TD>
</TR>
<tr>
<td width="7" rowspan="2" valign="top" background="image/mz_newsl0.gif"> </td>
<td height="19" valign="top"> <TABLE cellSpacing=0 cellPadding=0 width=351
background=image/mz_lmbg.gif border=0>
<TBODY>
<TR>
<TD width=30><IMG src="image/mz_lm01.gif"></TD>
<TD width="219" background=image/mz_lmbg01.gif class="style3"><strong><font color="#333399">租房指南</font></strong></TD>
<TD width=102><A title=""
href="list_more_zyzn.asp?lx=<%="租房指南"%>"><IMG src="image/more04.gif"
alt=更多 width="46" height="20"
border=0></A></TD>
</TR>
</TBODY>
</TABLE>
<strong><font color="#006699"> </font></strong></td>
<td width="10" rowspan="2" background="image/mz_newsr0.gif"> </td>
</tr>
<tr>
<td height="100" valign="top">
<table cellspacing="1">
<%
dim bs
set bs=db.execute("select top 5 * from zyzn where lx='租房指南' order by timm desc")
do while not bs.eof
%>
<tr bgcolor="#FFFFFF">
<td width="345" height="20" bgcolor="#FFFFFF"><img src="image/mz_cicon.gif" width="20" height="7"><a class="fontt" target="_blank" href="list_zyzn.asp?id=<%=bs("id")%>">
<font color="#333333"> <%=bs("title")%></font>
</a> </td>
</tr>
<%
bs.movenext
loop
%>
</table>
</td>
</tr>
<TR>
<TD width=7 height=7><IMG
src="image/mz_news7.gif"></TD>
<TD width=419 background=image/mz_news8.gif></TD>
<TD width=10><IMG
src="image/mz_news9.gif"></TD>
</TR>
</table></td>
<td align="center"><table width="90%" height="131" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD width=7 height=7><IMG
src="image/mz_news90.gif" width="7" height="7"></TD>
<TD width=419 background=image/mz_news80.gif></TD>
<TD width=10><IMG
src="image/mz_news70.gif" width="7" height="7"></TD>
</TR>
<tr>
<td width="7" rowspan="2" background="image/mz_newsl0.gif"> </td>
<td height="19" valign="top"> <TABLE cellSpacing=0 cellPadding=0 width=351
background=image/mz_lmbg.gif border=0>
<TBODY>
<TR>
<TD width=30><IMG src="image/mz_lm01.gif"></TD>
<TD width="219" background=image/mz_lmbg01.gif class="style3"><strong><font color="#009966">购房指南</font></strong></TD>
<TD width=102><A title=""
href="list_more_zyzn.asp?lx=<%="购房指南"%>"><IMG src="image/more04.gif"
alt=更多 width="46" height="20"
border=0></A></TD>
</TR>
</TBODY>
</TABLE>
<strong><font color="#006699"> </font></strong></td>
<td width="10" rowspan="2" background="image/mz_newsr0.gif"> </td>
</tr>
<tr>
<td height="100" valign="top">
<table width="100%" cellspacing="1">
<%
dim cs
set cs=db.execute("select top 5 * from zyzn where lx='购房指南' order by timm desc")
do while not cs.eof
%>
<tr bgcolor="#FFFFFF">
<td width="373" height="20"><img src="image/mz_cicon.gif" width="20" height="7"><a class="fontt" target="_blank" href="list_zyzn.asp?id=<%=cs("id")%>">
<font color="#333333"> <%=cs("title")%></font>
</a> <font color="#FF0000" size="-1">
</font></td>
</tr>
<%
cs.movenext
loop
%>
</table>
</td>
</tr>
<TR>
<TD width=7 height=7><IMG
src="image/mz_news7.gif"></TD>
<TD width=419 background=image/mz_news8.gif></TD>
<TD width=10><IMG
src="image/mz_news9.gif"></TD>
</TR>
</table></td>
</tr>
<tr valign="top">
<td height="18" colspan="2"> </td>
</tr>
<tr align="center" valign="top">
<td height="38">
<table width="90%" height="131" border="0" cellpadding="0" cellspacing="0">
<TR>
<TD width=7 height=7><IMG
src="image/mz_news90.gif" width="7" height="7"></TD>
<TD width=419 background=image/mz_news80.gif></TD>
<TD width=10><IMG
src="image/mz_news70.gif" width="7" height="7"></TD>
</TR>
<tr>
<td width="7" rowspan="2" background="image/mz_newsl0.gif"> </td>
<td height="19" valign="top"> <TABLE cellSpacing=0 cellPadding=0 width=351
background=image/mz_lmbg.gif border=0>
<TBODY>
<TR>
<TD width=30><IMG src="image/mz_lm01.gif"></TD>
<TD width="219" background=image/mz_lmbg01.gif class="style3"><strong><font color="#FF9900">政策法规</font><font color="#996600"></font></strong></TD>
<TD width=102><A title=""
href="list_more_zyzn.asp?lx=<%="政策法规"%>"><IMG src="image/more04.gif"
alt=更多 width="46" height="20"
border=0></A></TD>
</TR>
</TBODY>
</TABLE>
<strong><font color="#006699"> </font></strong></td>
<td width="10" rowspan="2" background="image/mz_newsr0.gif"> </td>
</tr>
<tr>
<td height="100" valign="top">
<table>
<%
dim ds
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -