Bonsoir,
Existe-il une fonction php permettant d'ouvrir une page web dans une autre fenetre du navigateur a chaque chargement de la page d'accueil de mon site ?
Merci
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Club Français des Amateurs du Furet</title>
<?php include("cadrehaut.php"); ?>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language = "javascript">
function MM_openBrWindow (theURL, winName, features)
{
window.open (theURL, winName, features);
}
</script>
</head>
<body oncontextmenu="return false" ondragstart="return false" onselectstart="return false" onLoad = "MM_openBrWindow('pages seules/popup.htm', 'coucou','width=460, height=375')">
<table width="950" cellpadding="0" cellspacing="0" border="0">
<tr>
<td valign="top"><?php include("cadregauche.php"); ?></td>
<td valign="top"><?php include("cadrecentre.php"); ?></td>
</tr>
</table>
</body>
</html>
<?php include("cadrehaut.php"); ?>
place le apres la balise <Body>