jquery - Load event for iFrame not fired in IE -


why load event not fired in ie iframes?

please take @ this example.

work expected in ff , chrome, ie fails.

i think iframes in internet explorer can't set event handler (onload) programmatically, need specify in markup.

something like:

<iframe id="myframe" onload="myfunction();"></iframe> 

otherwise ie going ignore function.


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -