Bonjour,
Pourquoi ma popup s'ouvre t'elle mais sans prendre en compte mon jpg...???
<SCRIPT LANGUAGE="JavaScript">
function Popup(page,largeur,hauteur,options) {
ouvrir = window.open("visuelexpo.jpg","","width=278,height=370" );
ouvrir.document.write('<head><style>BODY { margin-top:0px;margin-right:0px;margin-left=0px;margin-bottom:0px; }</style></head><body bgcolor="#000000">');
}
function StartTimer(delai) {
setTimeout("Popup()",delai*1000);
}
</SCRIPT>
<BODY bgcolor="#000000" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" onLoad="StartTimer(3)" >
elle s'ouvre en noir, mais pas de .jpg...?
pourquoi ça?
merci