You may do it on the opened document, using jquery, with: $(function() { window.focus(); }); or from the original document: var newWindow = window.open(url); ...
確定! 回上一頁