請問,作為小白,對以下代碼輸入表示網(wǎng)頁沒反應(yīng)是咋回事?求教
?var a=confirm("是否打開?"); if(a==true){ ? ?window.open( ? ? ? ?prompt("請輸入需要打開的網(wǎng)站","http://idcbgp.cn"),'_blank','width=500,height=400,menubar=no,toolbar=no'); }
?var a=confirm("是否打開?"); if(a==true){ ? ?window.open( ? ? ? ?prompt("請輸入需要打開的網(wǎng)站","http://idcbgp.cn"),'_blank','width=500,height=400,menubar=no,toolbar=no'); }
2017-12-04
舉報(bào)
2017-12-04
?<script type="text/javascript">
? function js(){
? ? var my=confirm('34453');
? ? var myWeb=prompt("1212121",'http://idcbgp.cn');
? ? if(my==true){
? ? ? if(myWeb!=null){
? ? ? ? window.open('http://idcbgp.cn','_blank','width=400px,height=500px,menubar=no,toolbar=no')
? ? ? }
? ? ? else{
? ? ? ? alert("no")
? ? ? }
? ? }
? ? else{
? ? ? alert('this no')
? ? }
? }
? </script>
你語法錯(cuò)了,你對著看一下。就可以看懂了。
2017-12-04
if語句后可以改為:window.open=prompt(......