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

请大佬帮我看看问题出在哪里

https://img1.sycdn.imooc.com//5c8b3918000176dc11701182.jpg

emmmm 小白自学的 为啥弹窗都没有= =

正在回答

5 回答

<!DOCTYPE html>

<html>

 <head>

  <title> new document </title>  

  <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>   

  <script type="text/javascript">  

    function openWindow(){

        var mymesenge=confirm('是否開啟新網站');

        if(mymesenge==true)

        {

        window.open('https://www.imooc.com/','width=400,height=500,menubar=no,toolbar=no');

        }

        else

        {

           mymesenge.close(); 

        }

    }

  </script> 

 </head> 

 <body> 

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

 </body>

</html>


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

else....

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

fAt_Tower 提问者

看到了 修改完成了是不是就是正确的?
2019-03-18 回复 有任何疑惑可以回复我~

截图上那个的话吧gbk换成utf-8

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

你回复里的这个可以出来啊


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

fAt_Tower 提问者

emmm 意思是我回复的这个是可行的是吗 没有写错语法啥的吧
2019-03-15 回复 有任何疑惑可以回复我~
#2

qq_慕虎2027758 回复 fAt_Tower 提问者

是,可行
2019-03-15 回复 有任何疑惑可以回复我~

// 新窗口打开时弹出确认框,是否打开

var popup=confirm("确定要弹窗吗?");

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

if (popup==true)

{

window.open (

"http://www.imooc.com","_blank","width=400px,height=500px"

);

}

eles

{

alert ("欢迎下次光临!");

}

//打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。



这样是否正确呢

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

举报

0/150
提交
取消

请大佬帮我看看问题出在哪里

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