Possible Duplicate:
Center a popup window on screen?
I have 4 different links, all of which need to open a new window which will target 4 different html files.
When the links are clicked, it needs to open the html file in question in a new window, both:
- Centered
- Fixed size 900 x 600
I have found this below, but it doesnt seem to cater for centering of the window
http://jquerybyexample.blogspot.com/2012/05/open-link-in-new-tab-or-new-popup.html
Cheers
To center the new window, give it a left and top value half of the screen size – half of the window size :
FIDDLE