有不有谁知道这个问题呀?打开这个网站时出现的另一个窗口老是一闪一闪的, 请大家帮忙!是不是有病毒呀?http://car.czinfo.net/
你要下面这个连接是什么啊,搞得我都不敢连!怕怕!
我进去怎么没见你说的那个一闪一闪的,只见你那个flash要是到了
网页的后面就不能到前面来了
情况可能是你在做那网页的时候把那个flash设置成只要一点它就显示你的首页
你做flash的连接不怎么好,你最好把你flash的连接代码发上来看看,看问题是
出在哪
连接没问题,是你机子问题
绝对不是机子的问题
你首页里面是不是加了“不让最小化”和“总是居于当前窗口”的代码?
我最小化不了你的首页,你的首页总是强占当前窗口
造成点其它页面的时候一闪一闪的
可能是楼上说的这种原因
首页总是强占当前窗口这个要怎么办呀?我现在已经去掉了那个广告
和广告无关,你检查一下首页代码
<%Server.ScriptTimeOut=2000%>
<!--#include FILE="conn.asp"-->
<!--#include FILE="const.asp"-->
<!--#include FILE="func.asp"-->
<%
dim sql,rs
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>龙城车市</title>
<LINK href="js/car.css" rel=stylesheet>
<script language=';JavaScript'; type=';text/JavaScript'; src=';js/carinfo.js';></script>
<style type="text/css">
<!--
.style1 {
color: #FF0000;
font-size: 12px;
}
.style2 {color: #339933}
.style9 {color: #339900}
.style10 {font-size: 12px}
-->
</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);
function MM_timelineGoto(tmLnName, fNew, numGotos) { //v2.0
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,lastKeyFr,propNum,theObj;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName>;
if (numGotos != null)
if (tmLn.gotoCount == null) tmLn.gotoCount = 1;
else if (tmLn.gotoCount >= numGotos) {tmLn.gotoCount=0; return}
jmpFwd = (fNew > tmLn.curFrame);
for (i = 0; i < tmLn.length; i ) {
sprite = (jmpFwd)? tmLn : tmLn[(tmLn.length-1)-i>; //count bkwds if jumping back
if (sprite.charAt(0) == "s") {
numKeyFr = sprite.keyFrames.length;
firstKeyFr = sprite.keyFrames[0>;
lastKeyFr = sprite.keyFrames[numKeyFr - 1>;
if ((jmpFwd && fNew<firstKeyFr) || (!jmpFwd && lastKeyFr<fNew)) continue; //skip if untouchd
for (keyFrm=1; keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm>; keyFrm );
for (j=0; j<sprite.values.length; j ) {
props = sprite.values[j>;
if (numKeyFr == props.length) propNum = keyFrm-1 //keyframes only
else propNum = Math.min(Math.max(0,fNew-firstKeyFr),props.length-1); //or keep in legal range
if (sprite.obj != null) {
if (props.prop2 == null) sprite.obj[props.prop> = props[propNum>;
else sprite.obj[props.prop2>[props.prop> = props[propNum>;
} }
} else if (sprite.charAt(0)==';b'; && fNew == sprite.frame) eval(sprite.value);
}
tmLn.curFrame = fNew;
if (tmLn.ID == 0) eval(';MM_timelinePlay(tmLnName)';);
}
function MM_timelinePlay(tmLnName, myID) { //v1.2
//Copyright 1998, 1999, 2000, 2001, 2002, 2003, 2004 Macromedia, Inc. All rights reserved.
var i,j,tmLn,props,keyFrm,sprite,numKeyFr,firstKeyFr,propNum,theObj,firstTime=false;
if (document.MM_Time == null) MM_initTimelines(); //if *very* 1st time
tmLn = document.MM_Time[tmLnName>;
if (myID == null) { myID = tmLn.ID; firstTime=true;}//if new call, incr ID
if (myID == tmLn.ID) { //if Im newest
setTimeout(';MM_timelinePlay("'; tmLnName ';",'; myID ';)';,tmLn.delay);
fNew = tmLn.curFrame;
for (i=0; i<tmLn.length; i ) {
sprite = tmLn;
if (sprite.charAt(0) == ';s';) {
if (sprite.obj) {
numKeyFr = sprite.keyFrames.length; firstKeyFr = sprite.keyFrames[0>;
if (fNew >= firstKeyFr && fNew <= sprite.keyFrames[numKeyFr-1>) {//in range
keyFrm=1;
for (j=0; j<sprite.values.length; j ) {
props = sprite.values[j>;
if (numKeyFr != props.length) {
if (props.prop2 == null) sprite.obj[props.prop> = props[fNew-firstKeyFr>;
else sprite.obj[props.prop2>[props.prop> = props[fNew-firstKeyFr>;
} else {
while (keyFrm<numKeyFr && fNew>=sprite.keyFrames[keyFrm>) keyFrm ;
if (firstTime || fNew==sprite.keyFrames[keyFrm-1>) {
if (props.prop2 == null) sprite.obj[props.prop> = props[keyFrm-1>;
else sprite.obj[props.prop2>[props.prop> = props[keyFrm-1>;
} } } } }
} else if (sprite.charAt(0)==';b'; && fNew == sprite.frame) eval(sprite.value);
if (fNew > tmLn.lastFrame) tmLn.ID = 0;
} }
}
function MM_initTimelines() { //v4.0
//MM_initTimelines() Copyright 1997 Macromedia, Inc. All rights reserved.
var ns = navigator.appName == "Netscape";
var ns4 = (ns && parseInt(navigator.appVersion) == 4);
var ns5 = (ns && parseInt(navigator.appVersion) > 4);
document.MM_Time = new Array(1);
document.MM_Time[0> = new Array(0);
document.MM_Time["Timeline1"> = document.MM_Time[0>;
document.MM_Time[0>.MM_Name = "Timeline1";
document.MM_Time[0>.fps = 15;
document.MM_Time[0>.lastFrame = 0;
for (i=0; i<document.MM_Time.length; i ) {
document.MM_Time.ID = null;
document.MM_Time.curFrame = 0;
document.MM_Time.delay = 1000/document.MM_Time.fps;
}
}
//-->
</script>
</head>
<body background="images/bg.gif" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="MM_timelinePlay(';Timeline1';)" onBlur="this.focus()">
<SCRIPT language=JavaScript>
window.open("http://car.czinfo.net/yq.html","www_helpor_net","toolbar=no,stauts=no,scollbar=no,menubar=no,width=352,height=288,resizable=no,lett=200,top=50");
</script>
<!--//
function OpenWindow(url)
{window.open("http:car.czinfo.net","null","height=180,width=300,status=no,toolbar=no,menubar=no,location=no");
}
//-->
</SCRIPT>
<!--#include FILE="top.asp"-->
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="199" rowspan="4" valign="top" background="images/table-bg.gif" bgcolor="#E4E4E4"><table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="26" valign="bottom" background="images/left_bg1.gif"><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20"> <div align="center">推荐经销商</div></td>
</tr>
</table></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td bgcolor="#F0F8FF"> <table width="100%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#F0F8FF" class="f16"> <div align="left">
<pre><span class="style1"><a href="http://car.czinfo.net/xunli/jeep.html" target="_blank">北京吉普联合品牌常州金田店</a>
<a href="http://car.czinfo.net/xunli/bentian.html" target="_blank">广州本田常州特约销售服务店</a>
<a href="http://car.czinfo.net/xunli/jintian.html" target="_blank">北京现代金田特约销售服务店</a>
<span class="style2"><a href="http://car.czinfo.net/kia/wsd.asp" target="_blank">东风悦达起亚常州</a></span><a href="http://car.czinfo.net/kia/wsd.asp" target="_blank">万事达专营店</a>
<a href="http://car.czinfo.net/xunli/bieke.html" target="_blank">常州上通汽车销售服务有限公司</a>
<a href="http://car.czinfo.net/my2/index.htm" target="_blank">常州名源汽车服务有限公司</a><span class="style9">
<a href="http://car.czinfo.net/yq/jj.asp" target="_blank">江苏明都一汽大众品牌专营店</a>
中天汽车销售有限公司
新区沪东汽车销售有限公司
广州本田特约销售服务站
柏亚汽车销售服务有限公司
恒通汽车销售服务有限公司
万事达汽车销售服务有限公司
长安铃木汽车销售有限公司
苏州东南常州分公司
常州常通汽车销售服务有限公司</span></span></pre>
</div></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="21" background="images/left_bg2.gif">
<div align="center">汽车查询</div></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td bgcolor="#F0F8FF"> <form action="brand.asp" method="POST" name="myform" target="_blank">
<div align="center">
<select style="width:170px" name="ClassId" onChange="changelocation(document.myform.ClassId.options[document.myform.ClassId.selectedIndex>.value)">
<option value="">不限</option>
<option value=1 >国产</option>
<option value=2 >进口</option>
</select>
<SELECT style="width:170px" NAME="SubClassId" onChange="changeSublocation(document.myform.SubClassId.options[document.myform.SubClassId.selectedIndex>.value)">
<OPTION value="">选择品牌</option>
</SELECT>
<SELECT style="width:170px" NAME="CataId" onChange="changeDatalocation(document.myform.CataId.options[document.myform.CataId.selectedIndex>.value)">
<OPTION value="">选择系列</option>
</SELECT>
<SELECT style="width:170px" NAME="CarId">
<OPTION value="">选择型号</option>
</SELECT>
<INPUT TYPE="submit" value="搜索" class="sl">
<table width="100%" border="0" cellspacing="3" cellpadding="0">
<tr>
<td width="85%" height="15">
<div align="left"><a href=wsbj_bqft.asp?Nclassid=1&Sclassid=69 target=_blank>广州本田</a>|<a href="wsbj_bqft.asp?Nclassid=1&Sclassid=96" target="_blank">一汽奥迪</a>|<a href=wsbj_bqft.asp?Nclassid=1&Sclassid=66 target=_blank>丰田一汽</a></div>
</td>
</tr>
<tr>
<td width="85%" height="15">
<div align="left"><a href="wsbj_bqft.asp?Nclassid=1&Sclassid=84" target="_blank">奇瑞汽车</a>|<a href="wsbj_bqft.asp?Nclassid=1&Sclassid=87" target="_blank">上海大众</a>|<a href="wsbj_bqft.asp?Nclassid=1&Sclassid=92" target="_blank">通用五菱</a></div>
</td>
</tr>
<tr>
<td width="85%" height="15">
<div align="left"><a href="wsbj_bqft.asp?Nclassid=1&Sclassid=1" target="_blank">北京吉普</a>|<a href="wsbj_bqft.asp?Nclassid=1&Sclassid=73" target="_blank">华晨宝马</a>|<a href="wsbj_bqft.asp?Nclassid=2&Sclassid=35" target="_blank">凯迪拉克</a></div>
</td>
</tr>
</table>
</div>
</form></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="21" background="images/left_bg2.gif">
<div align="center">买车十步走</div></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td bgcolor="#F0F8FF" class="f16">
<script language=';JavaScript'; type=';text/JavaScript'; src=';js/mcsbz.js';></script>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="21" background="images/left_bg2.gif"><div align="center">汽车降价
</div>
<div align="center"></div></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td bgcolor="#F0F8FF" class="f16"><font color="#006699">
<%
sql="select top 10 * from news where nclass=4 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
·<a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a><br>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</font></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="21" background="images/left_bg2.gif"><div align="center">车友论坛
</div>
<div align="center"></div></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td height="186" bgcolor="#F0F8FF" class="f16"> <table width="100%" height="176" border="0" cellpadding="0" cellspacing="5">
<tr>
<td>
<div align="left" class="style10"> <a href="http://car.mwgclub.com/dispbbs.asp?boardID=11&ID=1317&page=1" target="_blank" class="style17">烟火圣诞-大型烧烤狂欢晚会 </a> <BR>
</div></td>
</tr>
<tr>
<td>
<div align="left" class="style18 style10"> <a href="http://car.mwgclub.com/dispbbs.asp?boardID=11&ID=1304&page=1" target="_blank">12日无锡“踏青农庄”烧烤节</a></div></td>
</tr>
<tr>
<td><div align="left" class="style10"> <a href="http://car.mwgclub.com/dispbbs.asp?boardID=11&ID=1013&page=1" target="_blank">内蒙古之行 </a> </div></td>
</tr>
<tr>
<td>
<div align="left" class="style10"> <a href="http://car.mwgclub.com/dispbbs.asp?boardID=9&ID=1316&page=1" target="_blank" class="style17">请大家注意啦,特别优惠转让</a> </div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" valign="top" bgcolor="#F0F8FF"> <span class="style17 style10"><a href="http://car.mwgclub.com/dispbbs.asp?boardID=16&ID=1178&page=1">看看常州BENZ E240改装款</a></span> </td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="17" valign="top" bgcolor="#F0F8FF"><span class="style17 style10"> <a href="http://car.mwgclub.com/list.asp?boardid=18" target="_blank">千里马团购,最高优惠1.5万</a></span></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="13" valign="top" bgcolor="#F0F8FF"><span class="style17 style10"> <a href="http://car.mwgclub.com/dispbbs.asp?boardID=9&ID=1158&page=1" target="_blank">请用四个字形容这个女孩</a> </span></td>
</tr>
</table></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="5"></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="21" background="images/left_bg2.gif">
<div align="center">便民服务</div></td>
</tr>
</table>
<table width="169" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#3399CC">
<tr>
<td bgcolor="#F0F8FF" class="f16"> <table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td>
<div align="left"><a href="http://car.czinfo.net/gaosu.html" target="_blank">全国高速公路查询</a></div></td>
</tr>
<tr>
<td>
<div align="left"><a href="gongjiaoxianlu.htm" target="_blank">常州市公交线路图</a></div></td>
</tr>
<tr>
<td>
<div align="left"><a href="guodaoganxian.html" target="_blank">全国各地主要国道查询</a></div></td>
</tr>
<tr>
<td>
<div align="left"><a href="http://www.jsmcc.com/index/index.jsp" target="_blank">中国移动话费查询</a></div></td>
</tr>
<tr>
<td><a href="http://www.js165.com/index.jsp" target="_blank">中国联通话费查询</a></td>
</tr>
<tr>
<td><a href="http://www.czcgs.gov.cn/index.asp" target="_blank">常州市车辆管理所</a></td>
</tr>
<tr>
<td><a href="http://www.wjgaj.gov.cn/cgs/index.php" target="_blank">武进车辆管理所</a></td>
</tr>
<tr>
<td><span class="style10"><a href="http://www.czdnc.com/" target="_blank">常州电脑城</a></span></td>
</tr>
<tr>
<td><span class="style10"><a href="http://www.56ww.com/" target="_blank">常州物流港</a></span></td>
</tr>
</table></td>
</tr>
</table></td>
<td width="1" rowspan="4" valign="top" bgcolor="#a9a9a9"></td>
<td colspan="3" valign="top" bgcolor="#FFFFFF">
<table width="446" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="28" background="images/news-1.gif"> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <div align="right">·新闻动态·</div></td>
</tr>
</table></td>
<td background="images/news-bg.gif"> <div align="right"><a href="xwdt.asp"><img src="images/news-2.gif" width="76" height="28" border="0"></a></div></td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
</td>
<td width="1" rowspan="3" valign="top" bgcolor="#CCCCCC"></td>
<td width="139" rowspan="3" valign="top" bgcolor="#F7FBFF"> <table width="106%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<div align="center">
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="139" height="90">
<param name="movie" value="http://car.czinfo.net/kia/fd.swf">
<param name="quality" value="high">
<embed src="http://car.czinfo.net/kia/fd.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="139" height="90"></embed>
</object>
</div></td>
</tr>
</table>
<div align="center"><img src="images/zxbj.gif" width="139" height="25">
</div>
<table width="100%" border="0" cellpadding="0" cellspacing="2" height="100">
<tr>
<td height="96"> <marquee behavior=scroll direction=up width=132 height=200 scrollamount=1 scrolldelay=1 onMouseOver=';this.stop()'; onMouseOut=';this.start()';>
<table width="88%" border="0" cellspacing="0" cellpadding="0" height="16" align="center">
<tr>
<td>
<%
sql="select * from newcarbaojia where rowid=1"
set rs=conn.execute(sql)
%>
<%=OUTBody(FormatOutStr1(rs("body")))%>
<%
rs.close
set rs=nothing
%>
</td>
</tr>
</table>
</marquee></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="20" bgcolor="#C4EAFF"> <div align="center">报价仅供参考 单位万元</div></td>
</tr>
</table></td>
</tr>
<tr>
<td width="169" valign="top" bgcolor="#FFFFFF">
<%
sql="select top 2 * from news where pic<>';'; and sclass<>4 and sclass<>5 and nclass=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" height="108"> <div align="center">
<table width="150" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF"><a href="news_show.asp?rowid=<%=rs("rowid")%>" target="_blank"><img src="<%=rs("pic")%>" width="150" height="100" border=0></a></td>
</tr>
</table>
</div>
</td>
</tr>
<tr>
<td height="25"><table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td class="f12"><div align="center"><%=rs("title")%>...</div></td>
</tr>
</table></td>
</tr>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
%></td>
<td width="1" valign="top" bgcolor="#CCCCCC"></td>
<td width="278" valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="5" cellpadding="0">
<tr>
<td class="f16">
<%
sql="select top 12 * from news where isgood=1 and nclass=1 and sclass<>4 and sclass<>5 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<TABLE cellSpacing=0 cellPadding=1 width="100%" align=center
border=0>
<TBODY>
<TR>
<TD class=chinese width="10%"> <DIV align=center><img src="images/dian.gif" width="11" height="11"></DIV></TD>
<TD class=chinese width="88%"><font color="#006699"><a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a></font></TD>
</TR>
<TR>
<TD class=chinese colSpan=2 height=8> <TABLE height=3 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD
background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</td>
</tr>
</table></td>
</tr>
<tr>
<td colspan="3" valign="top" bgcolor="#FFFFFF"><TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
<tr>
<td colspan="5" valign="top" bgcolor="#FFFFFF"> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3" bgcolor="#6699FF"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <div align="center">
<IFRAME marginWidth=0 marginHeight=0
src="js.asp" frameBorder=0 width="99%" scrolling=no
height=90></IFRAME>
</div></td>
</tr>
</table></td>
<td width="21"><img src="images/xckd.gif" width="21" height="100"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="1" bgcolor="#CCCCCC"></td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="450" valign="top"> <table width="446" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="28" background="images/news-1.gif"> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <div align="right">·今日热点·</div></td>
</tr>
</table></td>
<td background="images/news-bg.gif"> <div align="right"><a href="article_class.asp?nclass=1&sclass=4" target="_blank"><img src="images/news-2.gif" width="76" height="28" border="0"></a></div></td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<%
sql="select top 1 * from news where pic<>';'; and sclass=4 and nclass=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" height="110"> <div align="center">
<table width="150" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF"><a href="news_show.asp?rowid=<%=rs("rowid")%>" target="_blank"><img src="<%=rs("pic")%>" width="150" height="100" border=0></a></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="20"> <div align="center"><%=rs("title")%></div></td>
</tr>
</table>
<%
rs.movenext
loop
%>
</td>
<td width="1" bgcolor="#CCCCCC"></td>
<td width="279" valign="top">
<%
sql="select top 6 * from news where isgood=1 and sclass=4 and nclass=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<table cellspacing=0 cellpadding=1 width="100%" align=center
border=0>
<tbody>
<tr>
<td class=chinese width="10%"> <div align=center><img src="images/dian.gif" width="11" height="11"></div></td>
<td class=chinese width="88%"><font color="#006699"><a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a></font></td>
</tr>
<tr>
<td class=chinese colspan=2 height=8> <table height=3 cellspacing=0 cellpadding=0 width="100%"
border=0>
<tbody>
<tr>
<td
background=images/line.gif></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
<table width="446" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="28" background="images/news-1.gif"> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <div align="right">·有车心情·</div></td>
</tr>
</table></td>
<td background="images/news-bg.gif"> <div align="right"><a href="article_class.asp?nclass=1&sclass=5" target="_blank"><img src="images/news-2.gif" width="76" height="28" border="0"></a></div></td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD
background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
<%
sql="select top 1 * from news where pic<>';'; and sclass=5 and nclass=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="180" height="110"> <div align="center">
<table width="150" border="0" cellspacing="1" cellpadding="0" bgcolor="#000000">
<tr>
<td bgcolor="#FFFFFF"><a href="news_show.asp?rowid=<%=rs("rowid")%>" target="_blank"><img src="<%=rs("pic")%>" width="150" height="100" border=0></a></td>
</tr>
</table>
</div></td>
</tr>
<tr>
<td height="20"> <div align="center"><%=rs("title")%></div></td>
</tr>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</td>
<td width="1" bgcolor="#CCCCCC"></td>
<td width="279" valign="top">
<%
sql="select top 6 * from news where isgood=1 and sclass=5 and nclass=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<table cellspacing=0 cellpadding=1 width="100%" align=center
border=0>
<tbody>
<tr>
<td class=chinese width="10%"> <div align=center><img src="images/dian.gif" width="11" height="11"></div></td>
<td class=chinese width="88%"><font color="#006699"><a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a></font></td>
</tr>
<tr>
<td class=chinese colspan=2 height=8> <table height=3 cellspacing=0 cellpadding=0 width="100%"
border=0>
<tbody>
<tr>
<td
background=images/line.gif></td>
</tr>
</tbody>
</table></td>
</tr>
</tbody>
</table>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<table width="446" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="120" height="28" background="images/news-1.gif"> <table width="80%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> <div align="right">·汽车租赁·</div></td>
</tr>
</table></td>
<td background="images/news-bg.gif"> <div align="right"><a href="qczl.asp" target="_blank"><img src="images/news-2.gif" width="76" height="28" border="0"></a></div></td>
</tr>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#C8DFFF">
<td width="21%" height="24"> <div align="center">交易类别</div></td>
<td width="26%" height="24"> <div align="center">车型</div></td>
<td width="31%" height="24" bgcolor="#C8DFFF"> <div align="center">基本价格/日</div></td>
<td width="22%" bgcolor="#C8DFFF"> <div align="center">有效期</div></td>
</tr>
<%
sql="select top 10 * from qczl order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
<tr <% if i mod 2=0 then%>bgcolor="#FFFFFF" <%else %>bgcolor="#F4F9FF"<%end if%>>
<td height="24" width="21%" > <div align="center"><%=rs("qczltype")%>
</div></td>
<td height="24" width="26%" > <div align="left">
<%if trim(rs("smktpic"))<>"" then
response.write "<img src=images/pic.gif border=0>"
end if%>
<a href="qczl_show.asp?rowid=<%=rs("rowid")%>" target="_blank"><%=rs("chexing")%></a></div></td>
<td height="24" bgcolor="#FFFFFF" width="31%"> <div align="center"><%=rs("jibenjia")%>元/日</div></td>
<td height="24" bgcolor="#FFFFFF" width="22%"> <div align="center"><%=rs("endtime")%></div></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table></td>
<td width="1" bgcolor="#CCCCCC"></td>
<td width="139" valign="top" bgcolor="#F7FBFF"> <table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="images/cyzc.gif" width="139" height="25"></td>
</tr>
</table>
<table width="140" border="0" cellspacing="0" cellpadding="0">
<tr>
<td > <br>
<%
sql="select top 18 * from news where sclass<>4 and nclass=3 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
·<a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a><br>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
<br> </td>
</tr>
</table>
<table width="139" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><img src="qcym.gif" width="139" height="25"></td>
</tr>
</table>
<table width="139" border="0" cellspacing="5" cellpadding="0">
<tr>
<td >
<%
sql="select top 12 * from news where sclass=4 and nclass=3 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
%>
·<a href=news_show.asp?rowid=<%=rs("rowid")%> target=_blank><%=rs("title")%></a><br>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</td>
</tr>
</table></td>
</tr>
</table>
<table width="589" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" height="3" bgcolor="#0099FF"></td>
<td width="67%" bgcolor="#CCCCCC"></td>
</tr>
</table>
<table width="589" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="30"><img src="images/escs.gif" width="250" height="24"></td>
<td width="57%" valign="bottom"> <div align="right"><a href="userreg.asp" target="_blank"><img src="images/zcyh.gif" width="78" height="21" border="0"></a><a href="escs.asp" target="_blank"><img src="images/dl.gif" width="51" height="21" border="0"></a><a href="escs_fb.asp" target="_blank"><img src="images/fbxx.gif" width="78" height="21" border="0"></a><img src="images/bz.gif" width="51" height="21"><a href="escs.asp" target="_blank"><img src="images/gd.gif" width="51" height="21" border="0"></a></div></td>
</tr>
</table>
<table width="589" border="0" align="center" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr bgcolor="#6FB4F2">
<td width="8%" height="24"> <div align="center">方式</div></td>
<td width="11%" height="24"> <div align="center">类别</div></td>
<td width="42%" height="24"> <div align="center">标 题</div></td>
<td width="16%" height="24"> <div align="center">价格</div></td>
<td width="11%" height="24"> <div align="center">姓名</div></td>
<td width="12%" height="24"> <div align="center">日期</div></td>
</tr>
<%
sql="select top 10 * from Smkt where seeok=1 order by rowid desc"
set rs=conn.execute(sql)
do while not rs.eof
datetimes=rs("datetimes")
%>
<tr bgcolor="#FFFFFF">
<td height="24"> <div align="center"><%=rs("SmktStype")%></div></td>
<td height="24"> <div align="center"><a href="escs.asp?col=<%=rs("ClassId")%>"><%=SmktSclass(rs("ClassId"))%></a></div></td>
<td height="24"> <div align="left"> <a href="Smkt_show.asp?rowid=<%=rs("rowid")%>" target=_blank>
<%if trim(rs("smktpic"))<>"" then
response.write "<img src=images/pic.gif border=0>"
end if%>
<%=rs("SmktTitle")%></a></div></td>
<td height="24"> <div align="center">
<%if trim(rs("SmktPrice"))="" then
response.write "价格面议"
else
response.write trim(rs("SmktPrice"))&"元"
end if
%>
</div></td>
<td height="24"> <div align="center"><%=rs("SmktUser")%></div></td>
<td height="24"> <div align="center"><%=dateout(datetimes)%></div></td>
</tr>
<%
rs.movenext
loop
rs.close
set rs=nothing
%>
</table>
<br> <table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="33%" height="3" bgcolor="#CC3333"></td>
<td width="67%" bgcolor="#CCCCCC"></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="24"><img src="images/mcmn.gif" width="300" height="24"></td>
<td width="30%" valign="bottom"> <div align="right">
<pre><img src="images/01.gif" width="63" height="20"></pre>
</div></td>
</tr>
<tr>
<td height="1" colspan="2"> <TABLE height=2 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD height="2" background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<%
sql="select top 8 * from images_images where isgood=1 order by rowid desc"
set rs=conn.execute(sql)
%><table width="100%" height="85" border="0" align="center" cellpadding="0" cellspacing="5">
<%
i=1
do while not rs.eof and i<=2
%>
<tr>
<td> <table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="94" height="65" valign="top" background="images/xckd_bg1.gif" bgcolor="#CCCCCC" class="round1">
<table width="90" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td><a href=image_view.asp?rowid=<%=rs("rowid")%> target=_blank><img src="<%=rs("pic")%>" width="100" height="60" border=0></a></td>
</tr>
</table></td>
</tr>
</table></td>
<td> <table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="103" height="64" valign="top" background="images/xckd_bg1.gif" bgcolor="#CCCCCC" class="round1">
<%
if not rs.eof then
rs.movenext
if not rs.eof then
%>
<table width="90" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td><a href=image_view.asp?rowid=<%=rs("rowid")%> target=_blank><img src="<%=rs("pic")%>" width="100" height="60" border=0></a></td>
</tr>
</table>
<%
end if
end if
%>
</td>
</tr>
</table></td>
<td> <table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="103" height="64" valign="top" background="images/xckd_bg1.gif" bgcolor="#CCCCCC" class="round1">
<%
if not rs.eof then
rs.movenext
if not rs.eof then
%>
<table width="90" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td><a href=image_view.asp?rowid=<%=rs("rowid")%> target=_blank><img src="<%=rs("pic")%>" width="100" height="60" border=0></a></td>
</tr>
</table>
<%
end if
end if
%>
</td>
</tr>
</table></td>
<td> <table border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="103" height="64" valign="top" background="images/xckd_bg1.gif" bgcolor="#CCCCCC" class="round1">
<%
if not rs.eof then
rs.movenext
if not rs.eof then
%>
<table width="90" border="0" cellpadding="0" cellspacing="1" bgcolor="#CCCCCC">
<tr>
<td><a href=image_view.asp?rowid=<%=rs("rowid")%> target=_blank><img src="<%=rs("pic")%>" width="100" height="60" border=0></a></td>
</tr>
</table>
<%
end if
end if
%>
</td>
</tr>
</table></td>
</tr>
<%
if not rs.eof then
rs.movenext
end if
i=i 1
loop
rs.close
set rs=nothing
%>
</table>
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD
background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="10"></td>
</tr>
</table></td>
</tr>
</table>
<table width="770" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td bgcolor="#FFFFFF">
<TABLE height=3 cellSpacing=0 cellPadding=0 width="100%"
border=0>
<TBODY>
<TR>
<TD height="12" background=images/line.gif></TD>
</TR>
</TBODY>
</TABLE>
</td>
</tr>
<tr>
<td height="60" background="images/bg.jpg" bgcolor="#FFFFFF">
<div align="center" class="f16"> 设为首页 - 加入收藏 - 联系我们 - <a href="http://car.czinfo.net/gghz/tc.asp" target="_blank">广告服务</a><br>
版权所有:常州电信分公司公司 苏ICP证-010050号.程序制作:<a href=mailto:zdp@czinfo.net>小注</a><br>
</div>
</td>
</tr>
</table>
</body>
</html>
请楼上的帮我看看,我不太会这个!
眼都看花了,你自己上网查看“禁止最小化窗口”和“总是居于当前窗口”的代码是什么,我刚才也看过你的源文件,但个人能力有限没能看出来 |
|