详细内容建议参考《DHTML参考手册》
下载地址: http://download.csdn.net/source/308913列出除了方法以外的属性、集合、事件、对象。
L@_@K
<!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>
  <title> new document </title>
  <meta name="generator" content="editplus" />
  <meta name="author" content="" />
  <meta name="keywords" content="" />
  <meta name="description" content="" />
 </head> <body>
  <script type="text/javascript">
  <!--
for (var p in document)
{
document.write("document.", p, "<br />");
}
  //-->
  </script>
 </body>
</html>

解决方案 »

  1.   

    document.
    onafterupdate, onbeforeupdate, onclick, ondblclick, ondragstart, onerrorupdate, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreadystatechange, onrowenter, onrowexit, onselectstart 
      

  2.   

    有没有本页window.open 时产生的
      

  3.   

    document. 
    onafterupdate, onbeforeupdate, onclick, ondblclick, ondragstart, onerrorupdate, onhelp, onkeydown, onkeypress, onkeyup, onmousedown, onmousemove, onmouseout, onmouseover, onmouseup, onreadystatechange, onrowenter, onrowexit, onselectstart 学习
      

  4.   

    window.onload------------------------其它的:
    window.onbeforeunload, onblur, onerror, onfocus, onhelp, onload, onresize, onscroll, onunload 
      

  5.   

    我是说在A页window.open一个窗口,A页产生的事件
      

  6.   

    document的方法有。。
    clear   close createElement createTextNode getElementById getElementBYName getElementByTagName
    open write writeln等等详细内容可见网页制作完全手册