<!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 asd=confirm("单击确定打开网页窗口");
if(asd==true){
var qwe=prompt("输入网址")
if(qwe!=null){
window.open("http://www.imooc.com","_blank","width=400,heiht=500,toolbar=no,menubar=no,scrollbars=no,status=no";}
else if(qwe==""){
alert("未输入网址")}
else if(qwe==null){
alert("请输入网址")}}
else{
alert("可惜")}}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
摩诃迦叶
相关分类