I've got my site set-up so that when you click a link on the home page it launches the site in a new resized window.
This is the code:
But, i'd like the window to be centered and not in the top left hand corner of the screen when it's launched.
What's the code to do this?
This is the code:
| Code: |
| <a href="javascript:;" onClick="window.open('news.htm','signup','toolbar=no,location=no,status=no,menubar=no,scrollbars=yes,resizable=no,HEIGHT=587,WIDTH=820');">
<img border="0" src="images/buttons/ENTER.jpg" width="171" height="94"></a> |
But, i'd like the window to be centered and not in the top left hand corner of the screen when it's launched.
What's the code to do this?
