<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<script type="text/javascript">
function acction(){
var wenti=confirm("你知道吗?")
if(wenti==true)
{
document.write("你知道什么");
}
else
{
document.write("你怎么什么都不知道");
}
}
</script>
</head>
<body>
<input name="button" type="button" value="你知道吗" onclick="acction()"/>
</div>
</body>
</html>
pick_J
萱草香篱
_Forliberty
淡雅的默
chenjun_