Microsoft VBScript 编译器错误 错误 '800a03f6'缺少 'End

来源:百度知道 编辑:UC知道 时间:2024/05/24 18:20:42
Microsoft VBScript 编译器错误 错误 '800a03f6'缺少 'End /haha/login.asp,行 83

<%@LANGUAGE="VBSCRIPT.Encode" CODEPAGE="65001"%>
<?xml version="1.0" encoding="utf-8"?>
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>河北晋通电脑</title>
<link href="CSS/admin.css" rel="stylesheet" type="text/css" />
<script type="text/javascript" src="JS/MD5.js"></script>
<style>
<!--
div.Section1
{page:Section1;}
-->
</style>
</head>
<!-- #include file="Inc/conn.asp" -->
<!-- #include file="Inc/vbDecode.inc" -->
<%menu=

把 83 行的 else 改成 end if

或者在83行后面添加当menu为空时要执行的语句块,结束时加end if

else
menu为空的提示操作语句块
end if

另外,数据集RS,数据库连接的CONN,用完不用时要记得SET RS=NOTHING语句 SET CONN=NOTHING语句来释放资源。

410781185601020301