代码如下,直接建个页面拷贝过去就能运行
<%@ Page Language="C#"  AutoEventWireup="true" CodeFile="SP200201.aspx.cs" 
ValidateRequest="false" EnableEventValidation="false" Inherits="SP200201"%>
<%@ Register Assembly="FredCK.FCKeditorV2" Namespace="FredCK.FCKeditorV2" TagPrefix="FCKeditorV2" %>
 <body id="body" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
    <form id="frmMain" runat="server">
      <asp:ScriptManager ID="smLabManage" runat="server" EnablePartialRendering="true" EnableScriptGlobalization="True">
       
    </asp:ScriptManager>
    <asp:UpdatePanel ID="upnSP200201" runat="server" UpdateMode="Conditional">
     <ContentTemplate>
        
        <FCKeditorV2:FCKeditor  id="txtPnlInfoContent" runat="server" Width="500px"
        EnableXHTML="true" EnableSourceXHTML="true" basepath="~/FCKeditor/" height="280px">
       </FCKeditorV2:FCKeditor>
       <asp:ImageButton ID="btnPnlCloseBottom" runat="server" CausesValidation="False" ImageUrl="~/Resource/btnCancelMid.png" />
                  
    </ContentTemplate>
    
</asp:UpdatePanel>
</form>
</body>
 
ie8下一点按钮浏览器就崩溃了,如果去掉 UpdatePanel 一切正常,谁来帮帮我啊啊 啊 

解决方案 »

  1.   

    你有FCKeditor  直接copy肯定不能运行的
      

  2.   

    不知道你是说 哪个按钮。。 是你 截图的按钮的话 和FCK 有毛关系啊。 如果是FCK 的 opreation 你把UpdateMode 改成aways 试试。
    这是我以为总结的一些问题 希望对你有帮助 http://www.cnblogs.com/-net/archive/2010/01/15/1648828.html 。
      

  3.   


    按钮指的就是上面的btnPnlCloseBottom呀,写个按钮就是反应提交动作时会出现这种现象.
    不知道你的业务是否使用了asp:UpdatePanel ,不用asp:UpdatePanel在ie8下是没有任何问题的,如果你也用了请你试试ie8行不行,谢谢
      

  4.   

    这么多人都没有一个人在 UpdatePanel 里fck吗?
      

  5.   

    如果可以 [email protected]