Why doesn't IE8 handle iframe onload events?

后端 未结 4 1006
你的背包
你的背包 2021-01-01 02:13

Sample code:







        
4条回答
  •  时光取名叫无心
    2021-01-01 03:15

    Using inline attribute on iframe seems to fix this issue in IE8:

    
    
    
    
    
    
    
    
    Go!
    
    
    

    update by request:

    You should try writing more unobtrusive javascript. Writing code in such way may prevent you from such strange bugs in IE.

    
    
    
        
        Go!
        
    
    
    

提交回复
热议问题