window常见事件

时间:2014-06-08 19:29:43   收藏:0   阅读:290

<script type="text/javascript">
/*onunload = function(){
alert("onunload run");
}

onload = function(){
alert("onload run");
}

onbeforeunload = function(){
alert("onbeforeunload run");
}*/

//关闭窗口前弹窗
onunload =function(){
open("http://www.baidu.com","_blank","height=200,width=400,status=yes,toolbar=yes,menubar=yes,location=yes");
}
</script>

window常见事件,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!