📄 default.asp
字号:
<TD vAlign=top align=middle height=30><A
href="#" target=_blank><FONT
color=#ff0000>查身份证</FONT></A></TD>
<TD vAlign=top align=middle height=30><A
href="#" target=_blank>在线电影</A></TD>
<TD vAlign=top align=middle height=30><A
onclick="return newpage(this.href);"
href="#"><FONT
color=#ff0000>中奖彩票</FONT></A></TD>
<TD vAlign=top align=middle height=30><A
href="#" target=_blank>万年历</A></TD>
</TR>
<TR>
<TD height=110 colSpan=8 vAlign=center><img src="images/ls.gif" width="515" height="120"></TD>
</TABLE></td>
<td width="240"><TABLE width=240 border=1 align="right" cellPadding=0 cellSpacing=0 borderColorLight=#c0c0c0 borderColorDark=#ffffff
bgColor=#FFFFFF>
<TBODY>
<TR>
<TD width="100%">
<P align=center><img
src="images/map.gif"
border=0></P></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<DIV align=center>
<TABLE width=755 height="90" border=0 cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width=755><a href="addvip.asp" target="_blank"><IMG height=83 src="images/center_banner.gif" width=755
border=0></a></TD>
</TR></TBODY></TABLE></DIV>
<TABLE width=755 height=204 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD vAlign=top width=251 height=166>
<TABLE
style="BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid"
cellSpacing=0 cellPadding=0 width=245 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%" background=images/table_top.gif
height=28><P style="MARGIN-TOP: 5px"> <B><FONT
style="FONT-SIZE: 14px; LETTER-SPACING: 1pt"
color=#006699>最新加入的企业(TOP10)</FONT></B></P></TD></TR>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="93%">
<TBODY>
<%
sql="select top 10 * from qydata where mark='1' order by id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then
response.write "<font color='red'>暂无企业信息</font>"
else
do while not rs.eof %>
<TR>
<TD width="100%" background=images/readline.gif height=25>
<P><IMG src="images/dot1.gif" border=0>
<A style="TEXT-DECORATION: none" href="jieshao.asp?id=<%=rs("id")%>" target=_blank><%=rs("name")%></A></P></TD></TR>
<% rs.movenext
loop
end if
rs.close
set rs=nothing
%>
<TR>
<TD width="100%"
height=10></TD></TR></TBODY></TABLE></DIV></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
<TD vAlign=top width=252 height=166>
<TABLE
style="BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid"
cellSpacing=0 cellPadding=0 width=245 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%" background=images/table_top.gif
height=28><P style="MARGIN-TOP: 5px"> <B><FONT
style="FONT-SIZE: 14px; LETTER-SPACING: 1pt"
color=#006699>最新推荐的企业(TOP10)</FONT></B></P></TD></TR>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="93%">
<TBODY>
<%
sql="select top 10 * from qydata where mark='1' and tuijian='yes' order by id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then
response.write "暂无推荐企业"
else
do while not rs.eof %>
<TR>
<TD width="100%" background=images/readline.gif height=25>
<P><IMG src="images/star.gif" border=0>
<A style="TEXT-DECORATION: none" href="jieshao.asp?id=<%=rs("id")%>" target=_blank><%=rs("name")%></A></P></TD></TR>
<%
rs.movenext
loop
end if
rs.close
set rs=nothing
%>
<TR>
<TD width="100%"
height=10></TD></TR></TBODY></TABLE></DIV></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
<TD vAlign=top width=252 height=166>
<TABLE
style="BORDER-RIGHT: #c0c0c0 1px solid; BORDER-TOP: #c0c0c0 1px solid; BORDER-LEFT: #c0c0c0 1px solid; BORDER-BOTTOM: #c0c0c0 1px solid"
cellSpacing=0 cellPadding=0 width=245 bgColor=#ffffff border=0>
<TBODY>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD width="100%" background=images/table_top.gif
height=28><P style="MARGIN-TOP: 5px"> <B><FONT
style="FONT-SIZE: 14px; LETTER-SPACING: 1pt"
color=#006699>最具人气的企业(TOP10)</FONT></B></P></TD></TR>
<TR>
<TD vAlign=top width="100%">
<TABLE cellSpacing=0 cellPadding=0 width="93%">
<TBODY>
<%
sql="select top 10 * from qydata where mark='1' order by hits desc,id desc"
set rs=server.createobject("adodb.recordset")
rs.open sql,connstr,1,1
if rs.eof then
response.write "<font color='red'>暂无企业信息</font>"
else
do while not rs.eof%>
<TR>
<TD width="100%" background=images/readline.gif height=25>
<P><IMG src="images/dot.gif" border=0>
<A style="TEXT-DECORATION: none" href="jieshao.asp?id=<%=rs("id")%>" target=_blank><%=rs("name")%></A></P></TD></TR>
<% rs.movenext
loop
end if
rs.close
set rs=nothing
%>
<TR>
<TD width="100%"
height=10></TD></TR></TBODY></TABLE></DIV></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV></TD>
</TR>
<TR>
<TD colSpan=3 height=10></TD></TR></TBODY></TABLE>
<TABLE width=755 height=100
border=0 align="center" cellPadding=0 cellSpacing=0 bgColor=#ffffff>
<TBODY>
<TR>
<TD width=470><IMG src="images/asp.jpg" width="470" height="100" border=0></TD>
<TD vAlign=top width=285>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD align=middle width="33%" height=35><A
href="#"><IMG
src="LINK/LOGO.GIF" width="88" height="31"
border=0></A></TD>
<TD align=middle width="33%" height=35><A
href="http://www.zlck.com" target="_blank"><IMG
src="http://www.zlck.com/images/logo1.gif" width="88" height="31"
border=0></A></TD>
<TD align=middle width="34%" height=35><A
href="#"><IMG
src="LINK/LOGO.GIF" width="88" height="31"
border=0></A></TD>
</TR>
<TR>
<TD align=middle width="33%" height=35><A
href="#"><IMG
src="LINK/LOGO.GIF" width="88" height="31"
border=0></A> </TD>
<TD align=middle width="33%" height=35><A
href="#"><IMG
src="LINK/LOGO.GIF" width="88" height="31"
border=0></A> </TD>
<TD align=middle width="34%" height=35><A
href="#"><IMG
src="LINK/LOGO.GIF" width="88" height="31"
border=0></A></TD>
</TR>
<TR>
<TD align=middle width="100%" colSpan=3 height=35>
<TABLE cellSpacing=0 cellPadding=0 width="98%" border=0>
<TBODY>
<TR>
<TD height=30 bgColor=#73848C>
<P style="MARGIN-TOP: 2px" align=right><SELECT
onchange=javascript:window.location.href=this.value; size=1
name=select1> <OPTION value=#>合作伙伴</OPTION> <OPTION
value=http://WWW.52QINGDAO.COM/DEFAULT.ASP selected>青岛二手信息市场
</SELECT> </P></TD>
</TR></TBODY></TABLE>
</DIV></TD>
</TR></TBODY></TABLE></TD></TR></TBODY></TABLE></DIV>
<TABLE width=755 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width=755 colSpan=3 height=40>
<FORM name=f onsubmit=return(s4())>
<TABLE height=27 cellSpacing=0 cellPadding=0 width="100%" bgColor=#ffd700
background=images/search_bg.gif border=0>
<TBODY>
<TR>
<TD align=right><INPUT onblur="if (value ==''){value='请输入关键字'}"
onmouseover=this.focus() onfocus=this.select()
onclick="if(this.value=='请输入关键字')this.value=''" size=13 value=52qingdao.com
name=k>
<INPUT style="FONT-SIZE: 12px; BACKGROUND-COLOR: #ffffff" type=submit value=搜索>
<INPUT type=checkbox name=a0><A href="http://www.yok.com/"
target=_blank>YOK</A> <INPUT type=checkbox name=a1>新浪 <INPUT
type=checkbox name=a2>搜狗 <INPUT type=checkbox name=a3>Google <INPUT
type=checkbox name=a4>一搜 <INPUT type=checkbox name=a5>中华网 <INPUT
type=checkbox name=a6>词霸 <INPUT type=checkbox CHECKED name=a7>百度
<INPUT type=checkbox name=a8>mp3 <INPUT type=checkbox name=a9>歌词
<INPUT type=checkbox
name=a10>图片 </TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE>
<TABLE width=755 height=10 border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD width="100%"></TD>
</TR>
</TBODY>
</TABLE>
<!--#include file="foot.asp"-->
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -