课程
/前端开发
/JavaScript
/JavaScript入门篇
<!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("确认新建窗口打开网站吗?"); if(open==true) { var open=prompt("通过输入对话框,确定打开的网址","http://www.imooc.com/"); } if(url!=null) { window.open('url','_blank','width=400px,height=500px,menubar=no,toolbar=no'); } else { alert("结束1"); } else{ alert("结束2"); } } </script> </head> <body> <input type="button" value="新窗口打开网站" onclick="openWindow()" /> </body> </html>
2017-01-07
源自:JavaScript入门篇 2-7
正在回答
var url=promp("通过输入对话框,确定打开的网址","http://www.imooc.com");
qq_小涂_1 提问者
举报
JavaScript做为一名Web工程师的必备技术,本教程让您快速入门
5 回答<html> <head> <title> ll</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> function openwindow(){var open=confirm("确定打开这个
4 回答<!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 aa; aa=prompt('确定打开吗');
3 回答<!DOCTYPE HTML> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=gb2312"> <title>display</title> <script type="text/javascript"> var i=0; function hidetext(){ i++; if(i%2!=0){
2 回答<!DOCTYPE html> <html> <head> <title> new document </title> <meta http-equiv="Content-Type" content="text/html; charset=gbk"/> <script type="text/javascript"> // 新窗口打开时弹出确认框,是否打开 // 通过输入对话框,确定打开的网址,默认为 http://www.imooc.com/
1 回答<meta http-equiv="Content-Type" content="text/html; charset=gb18030">