Code : Tout sélectionner
onClick="
document.nom_iframe_pub.location.reload();
document.nom_autre_iframe.location.href = 'http://google.com/';
if (confirm('...')) { appelFonction(); }
... "
Code : Tout sélectionner
onClick="
document.nom_iframe_pub.location.reload();
document.nom_autre_iframe.location.href = 'http://google.com/';
if (confirm('...')) { appelFonction(); }
... "