<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Untitled Document</title>
<script type="text/javascript">
window.οnlοad=function(){
var button = document.getElementById("button");
button.οnclick=function(){
alert("你有男朋友吗,没有男朋友的话,我们就一起结婚吧");
};
};
</script>
</head>
<body>
<button id="button">Button</button>
</body>
</html>
==========================================================
评论,在html页面里面写内容,具体包括那些节点,因为在xml和Html中都是以树形结构存放数据,
在JavaScript中执行相应的动态动作,具体步骤包括获取节点,给节点增加事件
用CSS来控制显示风格