var myWindow = window.open("", "", "width=200, height=100"); // Opens a new window myWindow.document.write("<p>A new window!</p>"); // Some text in the new ...
確定! 回上一頁