MOOC上顯示不出,提取出來,本地可以打開?
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>window對象</title>
<script type="text/javascript">
function a(){
? ? var a = confirm("是否打開網站?");
? ? if(a == true){
? ? ? ? window.open('http://idcbgp.cn' , '_blank' , 'width=600px heigh=400px');
? ? }
? ? else{
? ? ? ? alert("打開錯誤~~")
? ? }
}
</script>
</head>
<body>
<form>
? ? <input type="button" value="點擊我,打開新窗口" onClick="a()"/>
</form>
</body>
</html>
2016-03-18
高度height少了個t
2016-02-20
你這段代碼可以打開啊,出現(xiàn)錯誤可能是打不開的原因,被坑好多次了( ▼-▼ )