<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title> 加载事件 </title>
<script type="text/javascript">
function message1(){
window.open('http://www.baidu.com','_black','width=400px','height=600px')
}
function message(){
alert("加载中,请稍等…"); }
</script>
</head>
<body onload="message()">
<form><input value="open it" type="button" id="new" onmouseover="message1()"></form>
</body>
</html>
huangzhong
慕用7797256
huangzhong
相关分类