window常见事件

<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

window常见事件

上一篇:使用 Cocos2d 3.1.1 创建 Windows Phone 8 游戏开发环境


下一篇:smartJS 0.1 API 讲解 - PromiseEvent