[removed]() is not firing with IE 8 in first shot

后端 未结 9 2159

I am trying to make my pages work correctly with IE 8, I found out from here: http://www.masykur.web.id/post/How-to-Make-Our-Website-to-be-Ready-for-IE8.aspx that, my page h

9条回答
  •  鱼传尺愫
    2020-12-01 09:59

    I don't have IE8 to personally test, but what does this test do?

    
    
    
    
    Test IE 8
    
    
    
    

    Hello

    If this test works as expected, try the CDATA bit around your internal JavaScript block.

    And then, if that does not work as expected, there is probably something in the external JavaScript above it that prevents your onload from firing. The previous poster mentioned this. At that point, try your error console or debugger to point the way.

提交回复
热议问题