1、window.open()打开的窗口将它的引用赋给一个变量,如:var nwin = window.open();。并且open的第二个参数用_blank 。
2、多系统的网页title加上系统的名称,如:系统名――title名称。