Bonjour à tous,

Voilà, je veux avoir une page web sans menubar et toolbar

Mais à chaque fois que je lance ma page , il m'affiche une popup.

Comment désactiver cette popup qui me demande à chaque fois autoriser le contenu bloqué...

voici mon code :

Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
 
<html>
<head>
<title>Test : novelle page sans menu bar</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" /> 
</head>
<body>
<p>exemple :</p>
<ul>
<li>le <a href="http://fr.yahoo.com" onclick="window.open(this.href, 'exemple', 'height=600, width=800 top=0, left=0, toolbar=no, menubar=no, location=no, resizable=yes, scrollbars=no, status=yes'); return false;">bon</a>*;</li>
</ul>
</body>
</html>
Merci de votre aide