Window.Open打开窗体和if嵌套代码

网络编程 2021-07-04 21:04www.168986.cn编程入门
这篇文章主要介绍了Window.Open打开窗体和if嵌套代码的相关资料,需要的朋友可以参考下

废话不多说了,直接贴代码了。

具体代码如下所示:

<script>
function openWindow(){
var my=confirm("你要打开窗口吗?")
if(my==true){
var url=prompt("通过输入对话框,确定打开的网址","http://.imooc.")
if(url!=null){
window.open('htttp://.refw..','_blank','width=300,height=300,scrollbars=no,menubar=no')}
else{
alert('不打开');
} /*if嵌套*/
}
else{
alert("88")
}
}
</script> 
<body>
<input type="button" onclick="openWindow()" value="点击">
</body>

代码就这么简单几句,有任何疑问欢迎给我留言,长沙网络推广会及时给大家回复的!

Copyright © 2016-2025 www.168986.cn 狼蚁网络 版权所有 Power by