| <script type="text/javascript"> | |
| function openWindon(){ | |
| if(confirm("确定打开新窗口吗?")){ | |
| var url = prompt("请输入一个网址","http://www.imooc.com/"); | |
| window.open( url,"_blank","toolbar=no, menubar=no, scrollbars=yes, width=400, height=400"); | |
| } | |
| } | |
| </script> | |
| </head> | |
| <body> | |
| <input type="button" value="新窗口打开网站" onclick="openWindon()" /> | 
老王uuu
Sunshine22
起名咋这么费劲呢
慕仔1644659
请叫我攻城喵
相关分类