<script type="text/javascript">
onload window.open("http://www.google.fr","Google","resizable = yes");
</script>
Code : Tout sélectionner
<body onLoad="OuvrirPopup('http://www.google.fr','Google')" link="#993333" vlink="#993366" alink="#993366">
Lol j'ai l'impression que tu recherches la solution miracle qui te permet de faire un copier/coller et ô ça marche !pas vraiment mais j'ai chercher quand meme !
Merci pour ton lien je prend le site dans mes favoris !
edit : mais j'ai mis ça :
Mais rien ne se passe !Code : Tout sélectionner
<body onLoad="OuvrirPopup('http://www.google.fr','Google')" link="#993333" vlink="#993366" alink="#993366">
</head>
<SCRIPT language=javascript>
function OuvrirPopup(page) {
window.open(page);
}
</SCRIPT>
<body onLoad="OuvrirPopup('http://www.google.fr')" link="#993333" vlink="#993366" alink="#993366">
Pourtant d'apres le site, tout est bon !Code : Tout sélectionner
<html>
<head>
</head>
<SCRIPT language=javascript>
function OuvrirPopup(page) {
window.open(page);
}
</SCRIPT>
<body onLoad="OuvrirPopup('http://www.google.fr')" link="#993333" vlink="#993366" alink="#993366">
</body>
</html>