Vanilla 1.1.5a is a product of Lussumo. More Information: Documentation, Community Support.
<script language="javascript"><!--
function reallyCenterWindow() {
leftPos = 0
topPos = 0
if (screen) {
leftPos = (screen.width / 2) - 350 //350 is half of width
topPos = (screen.height / 2) - 250 //250 is half of height
}
ElementWindow = window.open('http://google.com','ElementWin',
'width=700,height=500,left='+leftPos+',top='+topPos)
}
//--></script>
<a href="javascript:reallyCenterWindow()">Link</a>
1 to 4 of 4