Voici mon code

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> 
<html> 
<head> 
<title>Untitled</title> 
<script type="text/javascript"> 
function testDoubleLien() 
{ 
document.getElementById("doubleLien").getElementsByTagName("iframe")[0].onfocus= function (){window.open("index.php","_parent");} 
} 
</script> 
</head> 
<body onload="testDoubleLien()"> 
<div id="doubleLien"> 
<script type="text/javascript" src="http://www.adincent.com/affiliate.php?id=****"></script>
</div> 
</body> 
</html>
Premierement votre avis sur ce code et amelioration
Deuxiemene ce n est pas compatiblement firefox aurai t il possibilité que si
Troisiemement aurait il pas un autre moyen de realiser ceci

Merci d avance