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

求助。请问怎么改输入框打开的网站

<!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 ssz=confirm("是否打开网站")
   if (ssz==true){
   var qwe=prompt("请输入网站地址","http://www.imooc.com");    
   if (qwe!=null){
   window.open('http://www.imooc.com','_blank','width=500,height=400,menubar=on,toolbar=on');    
   }
   }
   }
 </script>
</head>
<body>
 <input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>

</html>

请问怎么写按照输入框的地址打开网站呢 

例如在输入框输入打开百度地址  那就打开百度  而不是全部都打开慕课网

正在回答

2 回答

 if (qwe!=null){
    window.open(qwe,'_blank','width=500,height=400,menubar=on,toolbar=on');    
    }


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

sejeze 提问者

您写的这个公式 我以前就试过了 还是不行诶。
2015-07-09 回复 有任何疑惑可以回复我~
#2

sejeze 提问者

刚刚又试了一次 只能输入完整的网站地址才可以.. 例如:http//www.baidu.com
2015-07-09 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

求助。请问怎么改输入框打开的网站

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