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

Add email recipient to all new Trac tickets -

400 Bad Request on Apache/PHP AddHandler wrapper -

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