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

请大家帮我看看,为什么提示网页无法访问,错误代码6

<!DOCTYPE html>

<html lang="en">

<head>

<meta charset="UTF-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">

<meta http-equiv="X-UA-Compatible" content="ie=edge">

<title>Document</title>

<script>

function open1(){

var a=confirm("是否打开");

if  (a==true)

{

var b=prompt("请输入网址","http://www.imooc.com/")

if (b!=null)

{

window.open("http://www.imooc.com/",'width=400','height=500','toolbox=no','menubar=no')

}

else alert("网址不得为空!")

}    else alert("什么也没有!")

}

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


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


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

</script>  

</head>

<body>

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

</body>

</html>


正在回答

1 回答

找到问题了,"请输入网址","http://www.imooc.com/") 中的冒号用的中文的冒号,应改为英文的。

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

举报

0/150
提交
取消

请大家帮我看看,为什么提示网页无法访问,错误代码6

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