snippet library logo
in category
Javascript / Popups / Centered Popup
Snippet details
ID: 39
Viewed: 1550
Added: 2001-11-23
Version:
View Demo

User Rated at:
Rate This:
Snippets in this catagory         
Show Printable Version
to make a popup that is only 2/3 of the total screen width and height and positions it in the middle

General Details
Snippet uploaded by: snippet
Email : webmaster@snippetlibrary.com
Snippet By: Unknown

<!---Head--->
<script> 
function resize() { 
h=(window.screen.availHeight * 2/3); 
w=(window.screen.availWidth * 2/3); 
t = (screen.Width) ? (screen.Width-w)/2 : 0; 
l = (screen.height) ? (screen.height-h)/2 : 0; 
resizeTo(w,h) 
moveTo(t,l) 

</script> 

<!---Body--->


<body onLoad="resize()";>




No Reviews to show


Please completely fill out the form below if you want to review this snippet. All reviews are subject to validation.


Subject:

Reviewed By:

Write a review:





Terms of Conditions
Powered By
Avian Hosting
© 2005 snippetlibrary.com All Rights Reserved.