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

后端 未结 9 2123

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 10:07

    For IE try:

    window.onload = new function() { alert('hello');};
    

提交回复
热议问题