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

为何不能只用一个确认对话框 confirm ,点击确认直接进入window.open ,直接进入新窗口呢?这是为什么

为何不能只用一个确认对话框 confirm ,点击确认直接进入window.open ,直接进入新窗口呢?这是为什么

正在回答

3 回答

<!DOCTYPE HTML>
<html>
<head>
<title>一个对话框</title>
<script style="text/script">
function sml(){
var sm=confirm("ha");
if(sm==true)
{window.open("http://www.imooc.com");}


</script>
</head>
<body>

<script style="text/script">

var sm=confirm("是否打开网页");
if(sm==true)
{window.open("http://www.imooc.com");}


</script>

</body>
</html>

你是要这种效果吗


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

黑客0000 提问者

非常感谢!
2015-12-26 回复 有任何疑惑可以回复我~

confirm确定直接打开网址的话,就缺少用户自己修改网址这一步骤啦

“2、通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/”

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

<!DOCTYPE HTML>
<html>
<head>
<title>一个对话框</title>

</head>
<body>

<script style="text/script">

var sm=confirm("是否打开网页");
if(sm==true)
{window.open("http://www.imooc.com");}


</script>

</body>
</html>

是这个

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

微笑小婷

我是这么写的,但木有效果
2015-12-25 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消

为何不能只用一个确认对话框 confirm ,点击确认直接进入window.open ,直接进入新窗口呢?这是为什么

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