<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function openWindow(){
var creatNewWindow=confirm("是否需要百度?");
// 新窗口打开时弹出确认框,是否打开
if(creatNewWindow=true)
{
window.open('https://www.baidu.com/','_blank');
}
// 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/
//打开的窗口要求,宽400像素,高500像素,无菜单栏、无工具栏。
else{
document.write("不跟你玩了!");
alert("给你一个大嘴巴子!");
}}
</script>
</head>
<body>
<input type="button" value="百度一下" onClick="openWindow()">
</body>
</html>
慕的地6079101
放羊的贤哥
Lebron_G
weibo_歌笠横_0
qq_Pal_0
李晓健
产品经理不是经理
相关分类