Bannière

Bannière

Ouvrir 2 pages avec un seul lien

Voici le code Html qui permet d'ouvrir 2 fenêtre avec 1 seul liens :

<html>
<script>
function chapichapo()
{
w1 = window.open("http://www.amway.fr/user/coachwellbe", "plum", "width=760, height=420, top=0, left=0, resizable=yes, scrollbars=yes, location=yes, menubar=yes, status=yes, toolbar=yes");

w2 = window.open("http://www.amway.fr", "pudding", "width=760, height=420, top=0, left=0, resizable=yes, scrollbars=yes, location=yes, menubar=yes, status=yes, toolbar=yes");
}
</script>
<body>
<a href="javascript:" onclick="javascript:chapichapo();">Amway</a>
</body>
</html>

Exemple : 
Amway essais 2