JavaScriptで開くポップアップウィンドウをクリックするたびに手前に表示する方法<a href="popup.html" target="_blank" onclick="window.open(this,'new','width=900,height=600,scrollbars=yes').focus(); return false;">「.focus();」をwindow.openにつけてあげると常に手前にフォーカスする。