為什么打開不了一個新的窗口?哪里錯了?求指教????
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>close</title>
<script type="text/javascript">?
function openwin() {?
window.open ("http://idcbgp.cn","newwindow", height=100, width=400)
}?
</script>?
</head>?
<body onload="openwin()">?
?
</body>?
</html>
2015-12-23
可以打開,是不是你的瀏覽器設(shè)置了攔截
2015-12-23
是的,剛剛看的下,謝謝~~