送你三本手册!DHTML参考手册(getElementById 就在这里面)
http://download.csdn.net/source/308913JScript语言参考
http://download.csdn.net/source/308916样式表中文手册
http://download.csdn.net/source/304124

解决方案 »

  1.   

    DHTML 手册.chm必用的,
    还有你建议你直接学习框架如jQuery,Ext,dojo等
      

  2.   

    样式表中文手册 
    http://download.csdn.net/source/304124 
    这个下来以后是空的
      

  3.   

    getElementById()是取一个对象。例如<input type="button" name="button" id="button" value="例子">
    var buttonObj = document.getElementById('button');
    这里就是取这个按钮这个对象。
    document.getElementById('button').click();
    当按钮对象被触发单击事件的时候执行这个方法
    一般都写成<input type="button" name="button" id="button" value="例子">
    <script>
    document.getElementById('button').onclick=function test(){
      alert('触发成功');
    }
    </script>
      

  4.   

    样式表中文手册   
    http://download.csdn.net/source/304124   
    这个下来以后是空的 
    ---------------------------------------
    俺测试了,下来以后没问题呀?!可能是机器问题,要不到google,baidu搜一下吧,多滴很