I've this script for a pop up window:
{literal}
<script language="Javascript"><!--
function createNewReviewWindow (where)
{
window.open(where, 'newproductreview', 'width=475,height=500,scrollbars=1');
}
--></script>
{/literal}
This pop up window appears at the left top of the screen.
How could I put this pop up window in the middle of the screen?
Thanks in advance

New Topic/Question
Reply



MultiQuote




|