| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 501 人关注过本帖
标题:ASP出现错误 Microsoft VBScript '800a03f6'
只看楼主 加入收藏
firemx
Rank: 1
等 级:新手上路
帖 子:26
专家分:0
注 册:2006-9-25
收藏
 问题点数:0 回复次数:0 
ASP出现错误 Microsoft VBScript '800a03f6'
Microsoft VBScript 编译器错误 错误 '800a03f6'

缺少 'End'

/admin/z-z-index.asp,行 99
<!--#include file="function.asp"-->
<%CheckAdmin3%>
<!--#include file="top.asp"-->
<%
filename="../index.htm"
if request("body")<>"" then
Set fso = Server.CreateObject("Scripting.FileSystemObject")
Set fout = fso.CreateTextFile(server.mappath(""&filename&""))
fout.Write request("body")
fout.close
set fout=nothing
set fso=nothing
mskrindex="ok"
end if

%>
<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta copy="程序制作 [蒋崇仁 QQ:56566918] ; 版权所有!">
<title></title>
<SCRIPT LANGUAGE="JavaScript">
helpstat = false;
stprompt = true;
basic = false;
function thelp(swtch){
if (swtch == 1){
basic = false;
stprompt = false;
helpstat = true;
} else if (swtch == 0) {
helpstat = false;
stprompt = false;
basic = true;
} else if (swtch == 2) {
helpstat = false;
basic = false;
stprompt = true;
}
}

function AddText(NewCode) {
document.frmAnnounce.body.value+=NewCode
}

function runEx(){
//alert('请注意,按下确定将生成页面,按下后请稍后....');
var winEx = window.open("", "winEx", "width=300,height=200,status=yes,menubar=yes,scrollbars=yes,resizable=yes"); winEx.document.open("text/html", "replace");
winEx.document.write(unescape(event.srcElement.parentElement.children[2].value));
winEx.document.close();
}
</SCRIPT>
<script language="Javascript">
<!-- hide

function insertsmilie(smilieface){

document.frmAnnounce.body.value+=smilieface;
}
// -->
</script>
<style>
td{font-size:9pt;line-height:140%}
body{font-size:9pt;line-height:140%}
a:link { color: #0033CC; text-decoration: none }
a:visited { color: #0033CC; text-decoration: none }
a:active { color: #FF0000; text-decoration: none }
a:hover { color: #000000; text-decoration: underline}
</style>
</head>
<body topmargin="1" leftmargin="1">
<%if mskrindex="ok" then%>
<table border="0" cellspacing="0" style="border-collapse: collapse" width="100%" cellpadding="0">
<tr>
<td width="100%"><font color="#FF0000">·</font>成功首页,时间<%=Now()%><br><font color="#FF0000">·</font><a target="_blank" href="<%=filename%>"><%=filename%></a></td>
</tr>
</table>
<%else%>
<table border="0" cellspacing="1" style="border-collapse: collapse" width="100%" bgcolor="#888888" height="100%">
<form name="frmAnnounce" method="post" action="z-z-index.asp">
<tr>
<td width="100%" background="tt90/bgleft.gif">
<b><font color="RED">生成首页; 生成文件</font>:<a class=JyDownSort target="_blank" href="<%=filename%>"><%=filename%></a> </b></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" height="100%"><textarea style="width:100%; height:100%;" rows="19" name="body" cols="102">
<!--#include file="../mb/ok_index.asp"-->
</textarea></td>
</tr>
<tr>
<td width="100%" bgcolor="#F0F0F0">
<p align="center">
<input name="change" class=buttonface value="生成首页" type='submit'> </td>
</tr>
</form>
</table>
<%
end if 99行
%>
</body>
</html>

搜索更多相关主题的帖子: Microsoft VBScript ASP 
2007-03-17 15:37
快速回复:ASP出现错误 Microsoft VBScript '800a03f6'
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.012037 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved