xxxxxxxxxx
<a href="#" onClick='f=window.open("includes/mapage.php","fenetre","width=800, height=600, top=30, left=50") '>
Fenêtre Pop up
</a>
xxxxxxxxxx
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title></title>
</head>
<body>
<button onclick = 'f=window.open("URL,exampe - google.com","fenetre","the style (without style tag, example - width=400, height=600, no px")'style="cursor: pointer;">pop up</button>
</body>
</html>
xxxxxxxxxx
<div class="cont1" id="blur">
<div class="cont2">
<p>things must blur (all type of tags)</p>
<button onclick="popup()">popup</button>
</div>
</div>
<div id="popup">
<p>Things shol=uld show in popup (all type of tage)</p>
<button onclick="popup()">close</button>
</div>