qq_慕雪702678
2019-11-24 22:40
<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function open window(){
var a=confirm("是否打开该网站?");
if(a=true){
var u=prompt(" http://www.imooc.com/");
if(u!=null)
{ window open('u','width=400','height=500','menubar=no','toolbar=no')
}
}
else{
return null;
}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
function openWindow(){
var arr=confirm("是否打开");
if(arr==true){
var ao=prompt("请输入网址");
if(ao=='http://www.imooc.com/'){
window.open('http://www.imooc.com/','width=400px',"height=500px",'menubar=no',"toolbar=no");
}
}
}
openWindow();
大概就这样子
JavaScript入门篇
739817 学习 · 9566 问题
相似问题
回答 1
回答 3
回答 1
回答 1
回答 1