想让各位同学帮我看看哪里出错了导致打不开
<script type="text/javascript">
function openwindow(){
var mymessage=confirm("Are you open the window?");
if(mymessage=true)
{window.open('http://www.imooc.com','_blank,height=400,width=500,menubar=no,toolbar=no');}
}
</script>
<script type="text/javascript">
function openwindow(){
var mymessage=confirm("Are you open the window?");
if(mymessage=true)
{window.open('http://www.imooc.com','_blank,height=400,width=500,menubar=no,toolbar=no');}
}
</script>
2016-08-17
举报