Come posso eliminare da questa popup la barra del titolo,di stato ed eventuali margini??
--------------------------------------->
<script type="text/javascript">
<!--
function PopupCentrata() {
var w = 780;
var h = 450;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("Home.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l,);
}
//-->
</script>
--------------------------------------->
Grazie