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

请教,错在哪儿?为什么打不开慕课网首页,而是打开了"http://www.imooc.com/error/noexists"该页面无法显示。

正在回答

2 回答

<!DOCTYPE html>
<html>
 <head>
  <title> new document </title>  
  <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>   
  <script type="text/javascript">  
    
   function openWindow(){
       var _open = confirm("哥们儿你真的要打开?")// 新窗口打开时弹出确认框,是否打开
       if (_open == true)
       {
        var _page=prompt("您即将访问以下网站。","http://www.imooc.com/");
        window.open('_page','_blank','width = 400,height = 500, menubar = no,toolbar = no');
       }
}

  </script> 
 </head> 
 <body> 
	  <input type="button" value="新窗口打开网站" onclick="openWindow()" /> 
 </body>
</html>

为什么这样还是有错呢?

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

Chacetse

window.open('_page','_blank','width = 400,height = 500, menubar = no,toolbar = no'); window.open()的url如果是用变量替换的,那就不用引号,直接输入变量名字就ok了,你试试看。
2015-01-06 回复 有任何疑惑可以回复我~

请检查所有引号是否配对,再看一下你的链接地址对吗?应该是http://www.imooc.com/。

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

徒然草 提问者

谢谢回答,是我太粗心了:)
2014-10-31 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
意见反馈 帮助中心 APP下载
官方微信