Use open() to open a new window, and close() to close the new window: function openWin() { myWindow = window.open("", "myWindow", "width=200, height=100"); ...
確定! 回上一頁