Как можно открыть окно строго по центру экрана, не отталкиваясь от абсолютных координат?
<a href='#' onclick="window.open('window.html','newwin','top=100, left=100, menubar=0, toolbar=0, location=0, directories=0, status=0, scrollbars=0, resizable=0, width=600, height=300')">Открыть</a>