能打開網頁,但是else的內容顯示不了
<!DOCTYPE html>
<html>
?<head>
? <title> new document </title>??
? <meta http-equiv="Content-Type" content="text/html; charset=gbk"/>? ?
? <script type="text/javascript">
? function openWindow(){
? ? ? var talk=confirm("是否打開網頁?");
? ? ? if(talk==true)
? ? ? {
? ? ? ? ? var fz=prompt("請輸入網頁","http://idcbgp.cn");
? ? ? ? ? if(fz==null);
? ? ? ? ? {
? ? ? ? ? ? ?
? ? ? ? ? ? ? document.wirte("y");
? ? ? ? ? }
? ? ? ? ? else
? ? ? ? ? {
? ? ? ? ? ? ? ?window.open('http://idcbgp.cn','_blank','width=400,heigh=500,menubar=no,toolbar=no')
? ? ? ? ? }
? ? ? }
? ? ? else
? ? ? {
? ? ? ? ? document.wirte("不打開");
? ? ? }
? }
? ??
? </script>?
?</head>?
?<body>?
? <input type="button" value="新窗口打開網站" onclick="openWindow()" />?
?</body>
</html>
2019-01-17
。。?;卮疬@個問題的時候我非常糾結,我想把你按地上打死,又很想感謝你。
首先,先解決問題。您write這個單詞拼錯了?。。。?!
另外一開始我沒注意這個拼寫錯誤,所以花了1個小時學習了document.write這個函數(shù),非常有意思。建議可以查查