注册 登录
编程论坛 ASP技术论坛

【求助】加载此页时,对 Server.Execute 的调用失败

zhuzhanjun 发布于 2008-05-18 09:11, 1947 次点击
错误类型:
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>

会的哥哥们帮下。谢谢。
1 回复
#2
multiple19022008-05-18 09:59
动态跟踪一下,查到C_Editor 的值
1