Bonjour � tous

Je veux ouvrir une nouvelle fenetre en verouillant sa taille et en desaffichant la barre d'adresse; voici mon code
Code : S�lectionner tout - Visualiser dans une fen�tre � part
1
2
3
4
5
6
7
8
 
<body>
 
<A HREF="http://www.google.fr"
  onClick="window.open('http://www.google.fr', 'Google', 'toolbar=yes, directories=no, location=no, status=yes, menubar=no, resizable=no, scrollbars=yes, width=500, height=400'); return false"
  > Ma nouvelle fenetre verouillée </a>
 
</body>
Mon probl�me est qu'il n'as pas march�
Quelqu'un pourrait me dire o� se trouve l'erreur

Merci d'avance