Salut,
testé chez moi : résolution : 1024*768
"Résolution = 1280 x 1024"
car le php s'exécute AVANT le javascript !!!
va falloir le répéter combien de fois ????
si je fais affichage source, j'ai ça :
<html>
<head>
<SCRIPT LANGUAGE="JavaScript">
hauteur = screen.height;
largeur = screen.width;
resolution = largeur + "" + hauteur;
if(resolution == 800600) { }
else if(resolution == 1024768) { }
else if(resolution == 1024768) { }
</SCRIPT>
</head>
<body>
Résolution = 1280 x 1024</body>
</html>
In a dream, I saw me, drop dead... U was there, U cried... It was just a dream, if I die, U won't cry, maybe, U'll be happy
Mon site (articles sur la programmation et programmes)