asp题求助

来源:百度知道 编辑:UC知道 时间:2024/05/18 02:02:31
我想把这个页面从../cn放到/目录下
页面就出错了,请问我应该怎么改,跪求解!
-----------------------------------------------------

<html>
<head>
<!--#include file="conn.asp"-->
<!--#include file="html.inc"-->
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>真空吸盘-机械手-真空吊具上海瓦科自动化设备公司</title>
<link href="../css/css.css" rel="stylesheet" type="text/css">
<style type="text/css">
<!--
.style3 {color: #FFFFFF}
.style4 {color: #CCCCCC}
-->
</style>
</head>

<body>
<table width="780" border="0" align="center" cellpadding="0" cellspacing="0">
<tr align="right" bgcolor="#E6E6E6">
<td colspan="2" bgcolor="#00699D"><span class=&

<% set frs=server.CreateObject("adodb.recordset")
sql="select top 5 * from news where nclassid=11 order by id desc"
frs.open sql,con,1,1
if frs.bof or frs.eof then
response.write"<font color=red font-size=12px>没有这条信息!</font>"
'response.write"<table> </table>"
end if
%>
<% do while not frs.eof %>
<tr>
<td height="24">             <img src="../images/jt.gif" width="5" height="5" border="0"> <a href="shortshow.asp?id=<%=frs("id")%>" target="_blank">
<%temp=frs("title")%>
<% if len(temp)