<!DOCTYPE html>
<html>
<head>
<title> new document </title>
<meta http-equiv="Content-Type" content="text/html; charset=gbk"/>
<script type="text/javascript">
function sb3(){
var sb=confirmc("要打開窗口嗎?");
if (sb="ture"){var sb1= prompt("要打開網(wǎng)頁嗎","ttp://idcbgp.cn/")};
if (sb1=ture){ window.open(url,"_blank",'width=400px,height=500px,menubar=no,toolbar=no')};
elese{confirmc("下次再會。")};
elese{confirmc("下次再會。")};
}
// 新窗口打開時彈出確認框,是否打開
// 通過輸入對話框,確定打開的網(wǎng)址,默認為 http://idcbgp.cn/
//打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。
</script>
</head>
<body>
<input type="button" value="新窗口打開網(wǎng)站" onclick="sb3()" />
</body>
</html>
下面的代碼無法執(zhí)行哪位厲害的大神可以告訴我錯哪里為什么怎么辦
慕粉3929231
2016-12-31 21:02:11