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

通过prompt获取网址打开获取的网址

window.onload=function(){ var question=prompt("请输入您想登陆的网站:"); if(question!=null){ window.open("http://+'question'") }else var rewrite=confirm("是否重新输入?"); if(rewrite==true){ prompt("请输入您想登陆的网站:"); }else{    document.write("感谢您的使用!再见!")            }        }    } window.open()里面写的不对 有没有大神知道如何实现啊??

正在回答

1 回答

<!DOCTYPE HTML><html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><title>浏览器对象</title> <script type="text/javascript">   function openWindon(){
if(confirm("确定打开新窗口吗?")){ var url = prompt("请输入一个网址","http://www.imooc.com/");  
window.open( url,"_blank","toolbar=no, menubar=no, scrollbars=yes,  width=400, height=400"); } }  
</script> </head><body>  <input type="button" value="新窗口打开网站" onclick="openWindon()" /> </body></html>



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

举报

0/150
提交
取消

通过prompt获取网址打开获取的网址

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