http://community.csdn.net/Expert/topic/3347/3347133.xml?temp=.1375238
我上午已经结贴了!!!修改了一下!!继续请大家测试!!!http://kehu.kstv.com.cn/tszx/index.htm
用户:popo
密码:popo
或者
用户:admin
密码:0000
主要是看看朋友帮我写的菜单的兼容性,是不是能看到!!!

解决方案 »

  1.   

    不是的,你把IE的拦截的窗口功能关掉!
    我模拟了个form验证!
      

  2.   


    呵呵,我也奇怪,用了MYIE2吧:)
    楼主,我看到的错误多多,好像是张静态图片,IE6.0 WIN SERVER 2003
      

  3.   


    呵呵,我也奇怪,用了MYIE2吧:)
    楼主,我看到的错误多多,好像是张静态图片,IE6.0 WIN SERVER 2003
      
      

  4.   

    弹出个javascript的错误提示
    行;99
    'Menu'未定义
      

  5.   

    点确定...
    ================Server Error in '/tszx' Application.
    --------------------------------------------------------------------------------Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File --><configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
     Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File --><configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>
     
      

  6.   

    Server Error in '/tszx' Application.
    --------------------------------------------------------------------------------Runtime Error 
    Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine. Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".
    <!-- Web.Config Configuration File --><configuration>
        <system.web>
            <customErrors mode="Off"/>
        </system.web>
    </configuration>
     Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.
    <!-- Web.Config Configuration File --><configuration>
        <system.web>
            <customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
        </system.web>
    </configuration>