function openWindow() { var mymess=confirm("确认打开慕课网?"); if(mymess==ture) { window.open('http://imooc.com','_blank',width=400,height=500,menubar=no,toolbar=no'); } } </script> </head> <body> <input type="button" value="新窗口打开网站" onclick="openWindow()" /> </body>
ture --> true
,width=400,height=500,menubar=no,toolbar=no'
-->
,'width=400,height=500,menubar=no,toolbar=no'