View Source For Codes:
View Source

Popup Window -- Dimensions: 500 x 500 pixels.
Survey Popup

Centering the Popup
Centered Pop-up

Closing the Popup.
Close the Popup

Close the Centered Popup
Now Closing the Centered Pop-up

Normal Regular Standard Window.
A Survey Popup - 300x300?

  
<.SCRIPT language="JavaScript">
<.!-- 

function pop(url,width,height){
   popup = window.open(url,'popup','width='+width+',height='+height+',scrollbars,resizable,status,location');
   popup.focus();
   return;
  }

//-->
<./SCRIPT>

<.a href="javascript:pop('http://www.whateverdomainname.com/','500','500');">Open the Pop-up <./a>

<.a href="javascript:popup.close();">Close the Popup <./a>



ADVERTISEMENT