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> |
Partager