The web browser automatically focuses on the new tab, but you can call the focus back: function openWindow( url ) { window.open(url, '_blank'); ...
確定! 回上一頁