【求助】加载此页时,对 Server.Execute 的调用失败
错误类型:Server 对象, ASP 0228 (0x80004005)
加载此页时,对 Server.Execute 的调用失败。
/TestTwo/Website/admin_edit.asp, 第 183 行
<td>
<%
Dim sValue
if skinorder="0" then
if rs("skinmain")<>"" then sValue = Server.HtmlEncode(filtskinpath(rs("skinmain")))
else
if rs("skinshowlog")<>"" then sValue = Server.HtmlEncode(filtskinpath(rs("skinshowlog")))
end if
%>
<div id="textarea">
<span id="loadedit" style="font-size:12px;display:<%=C_Editor_LoadIcon%>;"><img src='images/loading.gif' align='absbottom'> 正在载入编辑器...</span>
<textarea id="edit" name="edit" style="width:100%;height:320px;display:none"><%=sValue%></textarea>
<%If C_Editor_Type=2 Then Server.Execute C_Editor & "/edit.asp"%> ---- 此处为183行
</div>
<% sValue=""%>
</td>
会的哥哥们帮下。谢谢。