JS打开新窗口 Posted on 2012/03/20 by neohope — No Comments ↓ function openNewWnd(url,title) { newwindow = window.open(url, title, 'toolbar=no,menubar=no, scrollbars=no, width=500,height=200'); newwindow.focus(); return false; } Share the post "JS打开新窗口" FacebookTwitterShare…