Fancier灬
2019-01-16 19:09
<!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 talk=confirm("是否打开网页?");
if(talk==true)
{
var fz=prompt("请输入网页","http://www.imooc.com");
if(fz==null);
{
document.wirte("y");
}
else
{
window.open('http://www.imooc.com','_blank','width=400,heigh=500,menubar=no,toolbar=no')
}
}
else
{
document.wirte("不打开");
}
}
</script>
</head>
<body>
<input type="button" value="新窗口打开网站" onclick="openWindow()" />
</body>
</html>
。。。回答这个问题的时候我非常纠结,我想把你按地上打死,又很想感谢你。
首先,先解决问题。您write这个单词拼错了!!!!!
另外一开始我没注意这个拼写错误,所以花了1个小时学习了document.write这个函数,非常有意思。建议可以查查
JavaScript入门篇
739817 学习 · 9566 问题
相似问题