第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定

為什么點(diǎn)了沒反應(yīng)

<!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 open=confirm("是否新建窗口來打開網(wǎng)站?");

? ? ? if(open==true)

? ? ? ? ?{

? ? ? ? ? ? ?var address = prompt("請(qǐng)您輸入想打開的網(wǎng)站:","http://idcbgp.cn/");

? ? ? ? ? if(address!=null)

? ? ? ? ? ? ?{window.open('address','_blank','menubar=no,toolbar=no,height=500,weight=400');

? ? ? ? ? ? ?}

? ? ? ? ? ? ?else{

? ? ? ? ? ? ? ? ?alert("再見!");

? ? ? ? ? ? ?}

? ? ? ? ?}

? ? ? ? ?else{

? ? ? ? ? ? ? alert("保持在當(dāng)前頁面");

? ? ? ? ?}

? ? ?}

? ? // 新窗口打開時(shí)彈出確認(rèn)框,是否打開


? ? // 通過輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/


? ? //打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。

? ??

? ??

? </script>?

?</head>?

?<body>?

? <input type="button" value="新窗口打開網(wǎng)站" onclick="openWindow()" />?

?</body>

</html>


正在回答

3 回答

<!DOCTYPE HTML>
?<html>
??<head>
???<script>
????function abb(){
????var aab=confirm("是否打開網(wǎng)址?")
????if(aab=true){
????var acc=prompt("請(qǐng)輸入網(wǎng)址","http://www.baidu.com")
?????if(acc!=null){
?????window.open('http://www.baidu.con','_blank','width=500,height=200,top=100,left=500','toolbar=no','menubar=no')
?????}
?????else{
?????alert("拜拜!")
?????}
????}
????else{
????document.write("拜拜哦!")
????}
????}
????function add(){
????abb.close();
????}
???</script>
??</head>
??<body>
???<input type="button" value="點(diǎn)擊進(jìn)入網(wǎng)址" onclick="abb()">
???<input type="button" value="關(guān)閉網(wǎng)址" onclick="add()">
??</body>
??</html>

0 回復(fù) 有任何疑惑可以回復(fù)我~
#1

慕前端0798377

==true變成=true
2018-07-26 回復(fù) 有任何疑惑可以回復(fù)我~

我知道了,你的最后一個(gè)else的括號(hào)用成了中文狀態(tài)的了

0 回復(fù) 有任何疑惑可以回復(fù)我~

emem不知道怎么改,但是我的是這樣寫的,

<!DOCTYPE html>
<html>
?? ?<head>
?? ??? ?<meta charset="UTF-8">
?? ??? ?<script type="text/javascript">
?? ??? ??? ?// 新窗口打開時(shí)彈出確認(rèn)框,是否打開
?? ??? ??? ?function open1(){
?? ??? ??? ??? ?var a1=confirm("是否真的打開新窗口?");
?? ??? ??? ??? ?if (a1==true) {
?? ??? ??? ??? ??? ?window.open();
?? ??? ??? ??? ?} else{
?? ??? ??? ??? ??? ?close();
?? ??? ??? ??? ?}
?? ??? ??? ?}
?? ??? ??? ?// 通過輸入對(duì)話框,確定打開的網(wǎng)址,默認(rèn)為 http://idcbgp.cn/
?? ??? ??? ?function open2(){
?? ??? ??? ??? ?var a2=prompt("是否真的打開?");
?? ??? ??? ??? ?if (a2==0) {
?? ??? ??? ??? ??? ?window.open('http://idcbgp.cn/');
?? ??? ??? ??? ?}
?? ??? ??? ??? ?
?? ??? ??? ?}
?? ??? ??? ?
?? ??? ??? ?//打開的窗口要求,寬400像素,高500像素,無菜單欄、無工具欄。
?? ??? ??? ?function open3 () {
?? ??? ??? ??? ?window.open('http://idcbgp.cn','_blank','height=500,width=400,menubar=0,toolbar=0');
?? ??? ??? ?}
?? ??? ??? ?
?? ??? ?</script>
?? ??? ?<title>我的練習(xí)</title>
?? ?</head>
?? ?<body>
?? ??? ?<input name="button1"? type="button" onclick="open1()" value="是否打開新窗口!"/>
?? ?</br>
?? ???? <input name="button2"? type="button" onclick="open2()" value="打開新網(wǎng)址"/>
?? ?</br>
?? ???? <input name="button3"? type="button" onclick="open3()" value="打開一個(gè)寬400像素,高500像素,無菜單欄、無工具欄的窗口"/>
?? ?</br>
?? ?</body>
</html>


0 回復(fù) 有任何疑惑可以回復(fù)我~

舉報(bào)

0/150
提交
取消

為什么點(diǎn)了沒反應(yīng)

我要回答 關(guān)注問題
微信客服

購(gòu)課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)