您说要网站的代码,我给您看看:
这是首页的代码:
<!--#include file="conn.asp"-->
<%
sq1="select * from soubao where lei='最新产品信息' order by id desc"
set rs1=server.CreateObject("adodb.recordset"
rs1.open sq1,conn,1,1
rs1.PageSize=3
%>
<%
sq2="select * from soubao where lei='推荐信息' order by id desc"
set rs2=server.CreateObject("adodb.recordset"
rs2.open sq2,conn,1,1
rs2.PageSize=3
%>
<%
sq3="select * from soubao where lei='不用指定' order by id desc"
set rs3=server.CreateObject("adodb.recordset"
rs3.open sq3,conn,1,1
rs3.PageSize=3
%>
<HTML>
<HEAD>
<TITLE>昂思特科技发展有限责任公司</TITLE>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2800.1106" name=GENERATOR>
<style type="text/css">
<!--
.style4 {
font-size: 10pt;
color: #000000;
text-decoration: none;
}
-->
<!--
a:link {
text-decoration: none;
}
-->
</style>
</HEAD>
<BODY leftMargin=0 topMargin=0 marginwidth="0" marginheight="0">
<table width="778" height="1" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#CC3333">
<tr>
<td bgcolor="#FFFFFF"><script language="javascript" src="js/top1.js" type="text/javascript"></script></td>
</tr>
</table>
<table width="779" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="169" height="863" valign="top" bgcolor="#F0F0F0">
<table width="168" border="0" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
<tr>
<td><script language="javascript" src="js/left1.js" type="text/javascript"></script></td>
</tr>
</table>
</td>
<td width="610" valign="top">
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="220" style="right:auto " >
<table width="100" height="500" border="0" cellpadding="0" cellspacing="0">
<tr>
<td><img src="images/index_14.gif" width="610" height="178"></td>
</tr>
</table> </td>
</tr>
<tr>
<td height="149" valign="top"><table width="100%" height="20" border="0" cellpadding="0" cellspacing="0">
<tr align="center">
<td colspan="3"><div align="center"><img src="images/ceng.gif" width="600" height="22"></div></td>
</tr>
</table>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="center" valign="middle">
<td width="200" height="200" valign="top">
<%if not rs1.eof then%>
<%Do While Not rs1.Eof And curRecord1<rs1.PageSize %>
<table width="199" height="153" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="130" rowspan="6"><% if rs1("url"
<>"nothing" then%>
<img src="UpLoadFile/<%=rs1("url"
%>" width="128" height="122">
<%else%>
<img src="UpLoadFile/0.JPG" width="130" height="90">
<%end if%></td>
<td width="63" height="18" class="style4">普通用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs1("putong"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">黄金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs1("huangjin"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">白金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs1("baijin"
%>元</td>
</tr>
<tr>
<td><%=rs1("name"
%></td>
<td class="style4"><div align="center"><a href="page/sb1.asp?id=<%=rs1("id"
%>">详细信息</a></div></td>
</tr>
</table>
<% rs1.MoveNext
curRecord1=curRecord1+1
Loop
%>
<%else%>
<table width="100%" border="0" cellspacing="0" cellpadding="0"class="style4">
<tr>
<td ><div align="center">无最新产品记录</div></td>
</tr>
</table>
<%end if%>
</td>
<td width="200" height="200" valign="top">
<%if not rs2.eof then%>
<%Do While Not rs2.Eof And curRecord2<rs2.PageSize %>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="199" height="153" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="130" rowspan="6">
<% if rs2("url"
<>"nothing" then%>
<img src="UpLoadFile/<%=rs2("url"
%>" width="128" height="122">
<%else%>
<img src="UpLoadFile/0.JPG" width="130" height="90">
<%end if%>
</td>
<td width="63" height="18" class="style4">普通用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs2("putong"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">黄金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs2("huangjin"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">白金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs2("baijin"
%>元</td>
</tr>
<tr>
<td><%=rs2("name"
%></td>
<td class="style4"><div align="center"><a href="page/sb1.asp?id=<%=rs2("id"
%>">详细信息</a></div></td>
</tr>
</table></td>
</tr>
</table>
<% rs2.MoveNext
curRecord2=curRecord2+1
Loop
%>
<%else%>
<table width="100%" border="0" cellspacing="0" cellpadding="0"class="style4">
<tr>
<td ><div align="center">无推荐产品记录</div></td>
</tr>
</table>
<%end if%>
</td>
<td width="185" height="200" valign="top">
<%if not rs3.eof then%>
<%Do While Not rs3.Eof And curRecord3<rs3.PageSize %>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td><table width="199" height="153" border="1" cellpadding="0" cellspacing="0">
<tr>
<td width="130" rowspan="6">
<% if rs3("url"
<>"nothing" then%>
<img src="UpLoadFile/<%=rs3("url"
%>" width="128" height="122">
<%else%>
<img src="UpLoadFile/0.JPG" width="130" height="90">
<%end if%>
</td>
<td width="63" height="18" class="style4">普通用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs3("putong"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">黄金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs3("huangjin"
%>元</td>
</tr>
<tr>
<td height="18" class="style4">白金用户:</td>
</tr>
<tr>
<td height="20" class="style4"><%=rs3("baijin"
%>元</td>
</tr>
<tr>
<td><%=rs3("name"
%></td>
<td class="style4"><div align="center"><a href="page/sb1.asp?id=<%=rs3("id"
%>">详细信息</a></div></td>
</tr>
</table></td>
</tr>
</table>
<% rs3.MoveNext
curRecord3=curRecord3+1
Loop
%>
<%else%>
<table width="100%" border="0" cellspacing="0" cellpadding="0"class="style4">
<tr>
<td ><div align="center">无产品记录</div></td>
</tr>
</table>
<%end if%>
</td>
</tr>
</table></td>
</tr>
</table></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td> </td>
</tr>
<tr>
<td bgcolor="#333333"><img src="images/ccc.gif" width="1" height="1"></td>
</tr>
<tr>
<td height="18"><div align="center"><span class="style4">客服中心:(010)62554416 E-mail
nset-online@onset.cn</span></div></td>
</tr>
<tr>
<td height="18"><div align="center"><span class="style4">copyright©2004 北京昂思特科技发展有限责任公司 </span></div></td>
</tr>
<tr>
<td> </td>
</tr>
</table>
</BODY>
<%
rs1.close
rs2.close
rs3.close
set rs1=nothing
set rs2=nothing
set rs2=nothing
%>
</HTML>
这是clup的页面:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>用户登陆</title>
<style type="text/css">
<!--
.style1 {font-size: 12px;
font-weight: bold;
}
.style13 {font-size: 12px}
.style14 {color: #FF0000}
.style25 {font-size: 12px; color: #FF0000; }
.style26 { color: #000000;
font-size: 12px;
}
-->
</style>
<link href="../admin/css.css" rel="stylesheet" type="text/css">
</head>
<body>
<table border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#66CCFF">
<tr>
<td width="550" height="20" align="center" bgcolor="#66CCFF"> <p class="style1">用户登陆
</td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFF00"></td>
</tr>
<center>
<tr>
<td width="100%" align="center" valign="middle">
<%if trim(session("user_name"
)="" then %>
<form name="form4" action="login.asp" method="post">
<span class="style13"></span>
<br>
<table width="244" height="124" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#66CCFF">
<tr>
<td width="80"><div align="right" class="style25">用户名:</div></td>
<td width="158" height="30">
<div align="center">
<input name="user_name" type="text" id="user_name" style="width:60;height:20" size="10" class="style26">
</div></td>
</tr>
<tr>
<td><div align="right"><span class="style1"> </span> <span class="style25">密码:</span>
</div></td>
<td height="30">
<div align="center">
<input name="user_pass" type="password" class="style26" id="user_pass3" style="width:50;height:20" size="10">
</div></td>
</tr>
<tr>
<td height="28">
<div align="center">
<input name="submit2" type="submit" value="登陆" class="style26">
</div></td>
<td height="30"> <div align="left" class="style1"> <strong>|
</strong><a href="reg1.asp"></a><a href="reg1.asp">注册</a> |<font color="#000000"> <a href="../index.asp">返回首页</a></font></div></td>
</tr>
<tr>
<td height="30" colspan="2" class="style25">
<div align="center"><font color="#000000">如果丢失密码请直接与<a href="mailto
nset@onset.com">管理员</a>联系</font></div></td>
</tr>
</table>
</form>
<%else%>
<div align="center" class="style26"> <font color="#660000" class="style26">
<%Response.Write session("user_name"
&",北京昂思特欢迎您光临,你是"&session("user_type"
%>
<a href="../index.asp">[退出登陆]</a> </font>
<%session("user_name"
=""%>
<%end if%>
</div></td>
</tr>
</center>
</table>
</body>
</html>
还有就是调用的头文件:
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%>
<!--#include file="conn.asp"-->
<%
dim sq,rs
sq="select * from bingdu order by id desc"
set rs=server.CreateObject("adodb.recordset"
rs.open sq,conn,1,1
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../images/css.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript">
<!--
function MM_findObj(n, d) { //v4.01
var p,i,x; if(!d) d=document; if((p=n.indexOf("?"
)>0&&parent.frames.length) {
d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
if(!x && d.getElementById) x=d.getElementById(n); return x;
}
function MM_showHideLayers() { //v6.0
var i,p,v,obj,args=MM_showHideLayers.arguments;
for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
if (obj.style) { obj=obj.style; v=(v=='show')?'visible'
v=='hide')?'hidden':v; }
obj.visibility=v; }
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<link href="../images/css.css" rel="stylesheet" type="text/css">
</head>
<body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
<div id=Layer4
style="Z-INDEX: 1; LEFT: 652px; VISIBILITY: hidden; WIDTH: 174px; POSITION: absolute; TOP: 108px; HEIGHT: 20px">
<table cellspacing=0 cellpadding=0 width="65%" border=0>
<tbody>
<tr valign=top>
<td width="53" class="style4"><a href="xxfb.asp" target="_parent"><font color="#7F7F7F">信息发布</font></a></td>
<td width="11" class="style4"><div align="left">|</div></td>
<td class="style4"><a href="xxcx.asp" target="_parent"><font color="#7F7F7F">信息查询</font></a> </td>
</tr>
</tbody>
</table>
</div>
<div id=Layer3
style="Z-INDEX: 1; LEFT: 419px; VISIBILITY: hidden; WIDTH: 224px; POSITION: absolute; TOP: 108px; HEIGHT: 19px">
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr valign=top>
<td width="27%" class="style4"><a href="sb.asp" target="_parent"><font color="#7F7F7F">搜宝...</font></a></td>
<td width="9%" class="style4"><div align="left">|</div></td>
<td width="27%" class="style4"><a href="../laoliu/index.asp" target="_parent"><font color="#7F7F7F">老刘说事</font></a></td>
<td width="9%" class="style4"><div align="left">|</div></td>
<td width="27%" class="style4"><a href="../shouren/index.asp" target="_parent"><font color="#7F7F7F">瘦人在线</font></a>
</td>
</tr>
</tbody>
</table>
</div>
<div id=Layer2
style="Z-INDEX: 1; LEFT: 336px; VISIBILITY: hidden; WIDTH: 166px; POSITION: absolute; TOP: 108px; HEIGHT: 20px" class="style4">
<table cellspacing=0 cellpadding=0 width="117%" border=0>
<tbody>
<tr valign=top>
<td width="27%" class="style4"><a href="jszc.asp" target="_parent"><font color="#7F7F7F">技术支持</font></a></td>
<td width="9%" class="style4"><div align="left">|</div></td>
<td width="27%" class="style4"><a href="wnfw.asp" target="_parent"><font color="#7F7F7F">为您服务</font></a></td>
<td width="9%" class="style4"><div align="left">|</div></td>
<td width="27%" class="style4"><p><a href="wtjy.asp" target="_parent"><font color="#7F7F7F">问题解疑</font></a></p></td>
</tr>
</tbody>
</table>
</div>
<div id=Layer1
style="Z-INDEX: 1; LEFT: 220px; WIDTH: 211px; POSITION: absolute; TOP: 108px; HEIGHT: 17px; visibility: hidden;" class="style4">
<table cellspacing=0 cellpadding=0 width="100%" border=0>
<tbody>
<tr valign=top class="style4">
<td width="27%"><a href="xtjc.asp" target="_parent"><font color="#7F7F7F">系统集成</font></a></td>
<td width="9%"><div align="left">|</div></td>
<td width="27%"><a href="fwcp.asp" target="_parent"><font color="#7F7F7F">服务产品</font></a></td>
<td width="9%"><div align="left">|</div></td>
<td width="27%"><a href="wlcp.asp" target="_parent"><font color="#7F7F7F">网络产品</font></a></td>
</table>
</div>
<div align="left"></div>
<TABLE width=778 border=0 align="left" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD><IMG height=6 src="../images/index_01.gif"
width=778></TD>
</TR>
<TR>
<TD> <TABLE width=778 border=0 cellPadding=0 cellSpacing=0 bgcolor="#FFFFFF">
<TBODY>
<TR>
<TD><img src="../images/logo.jpg" width="126" height="78"></TD>
<TD vAlign=top><img src="../images/banner.jpg" width="652" height="78"></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD> <TABLE width="100%" border=0 cellPadding=0 cellSpacing=0 bordercolor="#D4D0C8" bgcolor="#999999">
<TBODY>
<TR>
<TD height="47"> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=24> <img src="../images/daohanglan.gif" width="778" height="24" border="0" usemap="#Map" href="#" ></TD>
</TR>
<TR>
<TD bgColor=#E1E1E1><TABLE width="100%" border=0 align="center" cellPadding=0 cellSpacing=0>
<TBODY>
<TR>
<TD height="23" background="../images/huitiao.gif" style="POSITION: relative"> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
<TR>
<TD height="28"><table width="778" height="30" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="159" height="28" bgcolor="#FFFFFF"><div align="center"><IMG
src="../images/123.jpg" width="133" height="26" border=0></div></td>
<td width="462" bgcolor="#F0F0F0"><marquee scrollAmount=1 scrollDelay=1>
<a href="#"><font color="#FF0000" onclick="MM_openBrWindow('bingdu/bingdu.asp?id=<%=rs("id"
%>','病毒提示','scrollbars=yes,width=550,height=400')"><%=rs("title"
%></font></a>
</marquee></td>
<td width="157" align="center" valign="middle" bgcolor="#F0F0F0"><a href="#" onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://jwc.hbu.cn')" title="设为首页"><img src="../images/007.gif" width="51" height="25" border="0"></a><a href="wtjy.asp" title="在线答疑" target="_parent"><img src="../images/008.gif" width="51" height="25" border="0"></a><a href="mailto:xx@xx.com" title="联系我们"><img src="../images/009.gif" width="51" height="25" border="0"></a></td>
</tr>
</table> </TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE>
<map name="Map">
<area shape="rect" coords="12,12,54,26" href="../index.asp" target="_parent">
<area shape="rect" coords="63,11,105,24" href="clup.asp" target="_parent">
<area shape="rect" coords="137,3,194,20" href="about.asp" target="_parent" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','hide')">
<area shape="rect" coords="251,2,309,20" href="#" target="_self" onMouseOver="MM_showHideLayers('Layer1','','show','Layer2','','hide','Layer3','','hide','Layer4','','hide')">
<area shape="rect" coords="364,3,419,20" href="#" target="_self" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','show','Layer3','','hide','Layer4','','hide')">
<area shape="rect" coords="469,4,525,20" href="#" target="_self" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','show','Layer4','','hide')">
<area shape="rect" coords="584,4,648,20" href="rczp.asp" target="_parent" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','hide')">
<area shape="rect" coords="697,4,757,20" href="#" target="_self" onMouseOver="MM_showHideLayers('Layer1','','hide','Layer2','','hide','Layer3','','hide','Layer4','','show')">
</map>
</body>
</html>
还有左面的文件:
<!--#include file="conn.asp"-->
<%
dim sq,rs
sq="select * from news order by news_id desc"
set rs=server.CreateObject("adodb.recordset"
rs.open sq,conn,1,1
rs.PageSize=10
%>
<%
dim sq_hw,rs_hw
sq_hw="select * from hw order by hw_id desc"
set rs_hw=server.CreateObject("adodb.recordset"
rs_hw.open sq_hw,conn,1,1
rs_hw.PageSize=10
%>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>无标题文档</title>
<link href="../images/css.css" rel="stylesheet" type="text/css">
<script language="javascript" type="text/javascript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<style type="text/css">
<!--
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
}
-->
</style></head>
<body>
<table width="168" border="0" cellpadding="0" cellspacing="0" bgcolor="#F0F0F0">
<tr>
<td><TABLE cellSpacing=0 cellPadding=0 width="17%" border=0 >
<TBODY>
<TR>
<TD><div align="center" class="style4"><img src="../images/index_13.gif" width="168" height="25"></div></TD>
</TR>
<TR>
<TD valign="middle"> <DIV id=marquees>
<TABLE width="160" height="100"
border=0 align=center cellPadding=0 cellSpacing=0 class="style4">
<TBODY>
<%Do While Not rs.Eof And curRecord<rs.PageSize %>
<TR>
<TD><font color="#000000" onclick="MM_openBrWindow('news/news.asp?news_id=<%=rs("news_id"
%>','新闻动态','scrollbars=yes,width=550,height=400')"><a href="#"><SPAN class=font2>·</SPAN><%=rs("news_title"
%></a></font></TD>
</TR>
<% rs.MoveNext
curRecord=curRecord+1
Loop
%>
</TBODY>
</TABLE>
</DIV>
<TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height=15><TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
<TBODY>
<TR>
<TD height="45" valign="middle"> <div align="center" class="style4"><img src="../images/xinxifabu.gif" width="168" height="25"></div></TD>
</TR>
<TR>
<TD> <TABLE width="90%"
border=0 align=center cellPadding=0 cellSpacing=0 class="style4">
<TBODY>
<%Do While Not rs_hw.Eof And curRecord_hw<rs_hw.PageSize %>
<TR>
<TD><font color="#000000" onclick="MM_openBrWindow('hw/hw.asp?hw_id=<%=rs_hw("hw_id"
%>','新闻动态','scrollbars=yes,width=550,height=400')"><a href="#"><SPAN class=font2>·</SPAN><%=rs_hw("hw_name"
%></a></font></TD>
</TR>
<% rs_hw.MoveNext
curRecord_hw=curRecord_hw+1
Loop
%>
</TBODY>
</TABLE>
<TABLE cellSpacing=0 cellPadding=0 width="168" border=0 >
<TBODY>
<TR>
<TD height="45"> <p><img src="../images/ITdongtai.gif" width="168" height="25" align="middle"></p></TD>
</TR>
<TR>
<TD><img src="../images/014.gif" width="167" height="158" border="0" usemap="#Map2"></TD>
</TR>
<TR>
<TD height=25><br> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0 >
<TBODY>
<TR>
<TD><IMG height=25 src="../images/chanpinsousuo.gif"
width=168></TD>
</TR>
<TR>
<TD> <FORM action="chanpin1.asp" method=post name=myform target="_parent" onSubmit=check()>
<TABLE height=70 cellSpacing=0 cellPadding=0 width="90%"
align=center border=0>
<TBODY>
<TR>
<TD align=middle width="31%" class="style3">
类型:</TD>
<TD width="69%" align="center">
<SELECT
name=select1 class=kung5 id="select1">
<option selected>请选择类型</option>
<option value="系统集成">系统集成</option>
<option value="网络产品">网络产品</option>
<option value="服务产品">服务产品</option>
</SELECT> </TD>
</TR>
<TR>
<TD align=middle class="style3">名称:</TD>
<TD> <div align="center">
<INPUT name=key class=kung6 id="key" size="12">
</div></TD>
</TR>
<TR>
<TD align=middle class="style3"><div align="center">
</div></TD>
<TD align=middle class="style3"><div align="right">
<input type="submit" name="Submit" value="提交" >
</div></TD>
</TR>
</TBODY>
</TABLE>
</FORM>
<script language="javascript">
<!--
function check()
{ if (document.myform.select1.value==""
{
window.alert("请输入查询类型!"
;
document.myform.select1.focus();
return false;
}
if (document.myform.key.value==""
{
window.alert("请输入查询信息!"
;
document.myform.key.focus();
return false;
}
document.myform.submit();
}
//-->
</script></TD>
</TR>
<td height="22">
</TABLE>
<br>
<img src="../images/09.gif" width="168" height="173" border="0" usemap="#Map"></TD>
</TR>
</TBODY>
</TABLE>
<p> </p></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></TD>
</TR>
</TBODY>
</TABLE></td>
</tr>
</table>
<br>
<SCRIPT language=javascript>
marqueesHeight=200;
stopscroll=false;
with(marquees){
style.width=160;
style.height=marqueesHeight;
style.overflowX="visible";
style.overflowY="hidden";
noWrap=true;
onmouseover=new Function("stopscroll=true"
;
onmouseout=new Function("stopscroll=false"
;
}
document.write('<div id="templayer" style="position:absolute;z-index:1;visibility:hidden"></div>');
preTop=0; currentTop=0;
function init(){
templayer.innerHTML="";
while(templayer.offsetHeight<marqueesHeight){
templayer.innerHTML+=marquees.innerHTML;
}
marquees.innerHTML=templayer.innerHTML+templayer.innerHTML;
setInterval("scrollUp()",80);
}
document.body.onload=init;
function scrollUp(){
if(stopscroll==true) return;
preTop=marquees.scrollTop;
marquees.scrollTop+=1;
if(preTop==marquees.scrollTop){
marquees.scrollTop=templayer.offsetHeight-marqueesHeight;
marquees.scrollTop+=1;
}
}
</SCRIPT>
<map name="Map">
<area shape="rect" coords="86,61,156,82" href="wnfw.asp" target="_parent">
<area shape="rect" coords="86,90,158,111" href="jszc.asp" target="_parent">
<area shape="rect" coords="84,118,156,139" href="xtjc.asp" target="_parent">
</map>
<map name="Map2">
<area shape="rect" coords="21,7,116,31" href="xxcx1.asp?type=bijiben" target="_parent">
<area shape="rect" coords="22,34,116,56" href="xxcx1.asp?type=pc" target="_parent">
<area shape="rect" coords="21,59,116,79" href="xxcx1.asp?type=shuma" target="_parent">
<area shape="rect" coords="24,81,116,103" href="xxcx1.asp?type=wangluo" target="_parent">
<area shape="rect" coords="21,105,115,126" href="xxcx1.asp?type=bangong" target="_parent">
<area shape="rect" coords="21,128,115,148" href="xxcx1.asp?type=other" target="_parent">
</map>
</body>
</html>
您先看看,我实在看不出有什么问题!还是那个刷新问题,就是点开首页后,点击clup页打开后,点击后退按钮就会造成浏览器没有响应。网站的全部代码,我上回发了帖子,如果你想要看的话可以到哪儿下载!
麻烦蓝鲸大哥了!