<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
</head>
<body bgcolor="#FFFFFF" text="#000000">
 <input type="button" name="Button" value="Button" onclick="aa()">
 <script language="JavaScript">
  function aa()
  {
    alert(window.event.srcElement.type) ; 
  }
</script></body>
</html>