|
Javascript / Ouvrir une Fenêtre
Ce script ouvre une nouvelle fenêtre.
<html>
<head>
<title>Script 2</title>
<-- Début du programme -->
<script language="JavaScript">
window.open('http://www.pcspace.com/cgi-bin/clic.pl?part=DONATIEN', 'nomFenetre',
'width=400,height=300,scrollbars=1');
</script>
<-- Fin du programme -->
</head>
<body>
<h1>Programme JavaScript ouvrant une
fenêtre de mon partenaire publicitaire</h1>
</body>
<html>
|