大佬們幫我看看哪里出錯了,打不開網頁
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>window.open</title>
<script type="text/javascript">
?function Wopen(){window.open('http://www.baidu.com','_blank','height=600,width=400,top=400,left=500');
??
?}
</script>
</head>
<body>
<input name"button" type="button" onclick="Wopen" value="點擊打開新窗口" />
</body>
</html>
2021-01-18
onclick后門應該為onclick=“Wopen()”
2021-01-10
嗷看到了onclick后面沒有括號