我的屬性設(shè)置不出來
我按照他那個(gè)寫的 ?不知道為什么就是寫不出來 ?可以告訴我下 ?在哪加瀏覽器適應(yīng)性前綴么
代碼如下:
<!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://idcbgp.cn','_blank','width=600,height=400,top=100,left=0');
? ? ?
? }?
</script>
</head>
<body>
? ? <input name="button" type="button" onClick="Wopen()" value="點(diǎn)擊我,打開新窗口!" / >
</body>
</html>
2016-08-18
我在HBuilder幫你試了一下,效果是出來的