1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
| <!DOCTYPE HTML>
<html lang="fr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>[Ouverture Popup]</title>
<script type="text/javascript">
function openPopup( url){
var oWin = window.open( '', 'TRACE', 'height=500, width=750');
oWin.document.open();
oWin.document.write('<script type="text/javascript" src="' +url +'"></s' +'cript>');
oWin.document.close();
}
</script>
</head>
<body>
<a href="#" onclick="openPopup('http://www.openrunner.com/orservice/inorser-script.php?key=mykey&ser=S02&id=1387642&w=700&hp=350&k=5&c=0&ts=1325717082')">Popup</a>
</body>
</html> |