Bonjour,
J'ai un problème sous IE et Chrome avec une iframe. Lorsque je fais un onload il ne fonctionne pas. Pourquoi ?
Code:
1
2
3
4
5
6 $('#content').append('<iframe id="iframe_mail" src="src/alert/mail_opening.php?id=' + data['id'] + '" style="display:none;" onload="frameReady();></iframe>'); function frameReady() { $('#content').load('src/alert/index.php'); }