为了账号安全,请及时绑定邮箱和手机立即绑定

这样运行就没问题了

function openWindow();    var bb,mymessage=confirm(“确定打开新窗口吗”);    if(mymessage==true)    { var bb=prompt("输入网址:","www.imooc.com/")        window.open(bb,'_blank','width=400,height=500,menubar=no,toolbar=no, status=no,scrollbars=yes');    } }

正在回答

2 回答

if(mysrte == true){var mewUrl=prompt("输入网址",
"http://www.imooc.com/")}
    if(mewUrl!=null){window.open(mewUrl,"_blank","width=400,height=500,menubar=no,toolbar=no")}
    }

0 回复 有任何疑惑可以回复我~
<!DOCTYPE html>
<html>
 <head>
  <title> new document </title>  
  <meta charset="utf-8">   
  <script type="text/javascript">  
    function openWindow(){
    var message=confirm("是否打开新窗口");
    if(message==true){
    var popen=prompt('输入网址','http://www.imooc.com/');
    window.open(popen,'_blank','width=400,height=500,menubar=no,toolbar=no');
}
}
  </script> 
 </head> 
 <body> 
	  <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 
 </body>
</html>


1 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

这样运行就没问题了

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信