<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>test</title>
</head><body>
<script>
</script>
<table border=0 >
  <tr><td  id=t >  ddddd</td></tr>
</table>
</body>
</html><script>
function band(){
   document.all("t").attachEvent("onmouseover",function(){testd('tete')});
}function testd(str){
  document.all("t").innerHTML = "<input>";
  alert(str);
}
band();
</script>