为iframe添加onload事件
ie使用attachEvent("onload",function(){})
firefox、chrome使用addEventListener("onload",function(){}),或者直接使用onload=function(){}
注:在firefox、chrome下 iframe.attachEvent返回undefined,可被翻译成false,用此可以解决和ie下绑定onload事件写法不同的缺陷。
ie使用attachEvent("onload",function(){})
firefox、chrome使用addEventListener("onload",function(){}),或者直接使用onload=function(){}
注:在firefox、chrome下 iframe.attachEvent返回undefined,可被翻译成false,用此可以解决和ie下绑定onload事件写法不同的缺陷。
网友评论文明上网理性发言已有0人参与
发表评论: