Why is the load event not fired in IE for iFrames?
Please take a look at this example.
Work perfectly as expected in FF and Chrome, but IE fails.
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think for iframes in Internet Explorer you can’t set that event handler (onload) programmatically, you need to specify it in your markup.
Something like:
Otherwise IE is just going to ignore the function.