|
center the window horizontally and vertically
Hi,
Is there anything you can add to this code to make the window centered horizontally and vertically. Here is the code:
<script language="JavaScript">
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
window.open(theURL,winName,features);
}
//-->
</script>
<a href="#" onClick="MM_openBrWindow(page.html,'','scrollbars=no,width=551,height=324,directories=no,menubar=no, resizable=yes,left=121,top=100')">Click Here</a>
Last edited by cunning-fox; 06-18-2002 at 02:25 AM..
|