|
|
|
Center Pop-up
11
Center Pop-up
<head>
<script language="JavaScript">
<!--
function Center(url){
var w = 250; // set the width of pop-up
var h = 250; // set the height of pop-up
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open(url,"pop","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
-->
</script>
</head>
<script language="JavaScript">
<!--
function Center(url){
var w = 250; // set the width of pop-up
var h = 250; // set the height of pop-up
var l = Math.floor((screen.width-w)/2);
var t = Math.floor((screen.height-h)/2);
window.open(url,"pop","width=" + w + ",height=" + h + ",top=" + t + ",left=" + l);
}
-->
</script>
</head>
Comments
Voting
Votes Up
ASmith
ColdKeyboard
dannyboy
Dekion
elsevero
i_kenneth
Pio
RatNuShock
SecondV
sundaramkumar
wiz1705




There are currently no comments for this snippet.