bonjour,
l'ouverture de la popup suivante fonctionne bien sous IE mais pas sous FF.
fichier poup.html:
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6 <html> sous internet cela fonctionne: <a href="#" onClick="alert('ici');window.open('poup.html','iii','left=0,resizable=yes,scrollbars=yes,width=1000,height=800');alert('ici2');">View Graph</a> </html>
Quelle est l'erreur?
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4 <html> salut </html>
Merci d'avance.
Partager