本地测试正常,但上传空间后登陆后台无法正确显示
<%@LANGUAGE="VBSCRIPT" CODEPAGE="936"%><!--#include file="../conn/conn.asp" -->
<!--#include file="../Inc/Commoncode.asp" -->
<%s=Trim(Request.QueryString("s"))
if s="0" or s="1" or s="2" or s="3" or s="4" or s="5" then
Response.Cookies("admin_style")=s
response.redirect "admin_index.asp"
response.end
end if
%>
<!--#include file="checkvalid.asp" -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html xmlns="http://www.
<script language="javascript" src="Inc/Admin.js"></script>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312" />
<META content="MSHTML 6.00.2900.3132" name=GENERATOR>
<title><%=SiteName%>后台管理系统</title>
<link href="../css/style<%=sk%>.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
body{margin-top: 0px;OVERFLOW-X: hidden; OVERFLOW: hidden;}
-->
</style>
<base target="main">
部分代码,无法显示(反应迟缓,内容显示格式错误)是因为无法调取样式原因吗,如何解决