Salve a tutti, vorrei un popup che sia posizionato in centro con delle dimesioni preficcate.
Posso modificare questo!!!
<script type="text/javascript">
<!--
function PopupCentrata() {
var w = 400;
var h = 250;
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open("mioFile.htm","","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
//-->
</script>
Grazie![]()

Rispondi quotando