DOM 文档对象模型

  1. window 对象
  2. document 对象
  3. body 对象
  4. 属性列表
  5. cookie 对象
  6. event 对象
  7. External 对象
  8. history 对象
  9. location 对象
  10. navigator 对象
  11. Popup 对象
  12. screen 对象

坐标计算

不同浏览器的差别

设置 IE 浏览器首页的 HTML 代码

<a onClick="this.style.behavior='url(#default#homepage)';this.setHomePage('http://网址/');">显示文字</a>