window常见事件
2020-12-13 02:37
阅读:402
标签:c java a http ext com onload =
function(){ onbeforeunload =
function(){ //关闭窗口前弹窗 window常见事件,搜素材,soscw.com window常见事件 标签:c java a http ext com 原文地址:http://www.cnblogs.com/aineko/p/3776067.html
alert("onload run");
}
alert("onbeforeunload
run");
}*/
onunload
=function(){
open("http://www.baidu.com","_blank","height=200,width=400,status=yes,toolbar=yes,menubar=yes,location=yes");
}
评论
亲,登录后才可以留言!