<!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 mess=confirm("是否打开网页");
if(mess==true)
{
prompt("输入网站","http://www.imooc.com");
}
var openshit=prompt
if(openshit!=null)
{
window.open('openshit','height=500,width=400,menubar=no,toolbar=no')
}
else
{alert("badnews")}
else{alert("badnews")
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
千秋此意
相关分类