一.javaScript Object (Windows,Navigator,Screen,History,Location)
windows: The top level object in the JavaScript hierarchy. The Window object represents a browser  window. A Window object is created automatically with every instance of a <body> or <frameset> tag
Navigator: Contains information about the client's browser (可获得客户端的信息)
Screen: Contains information about the client's display screen(可获得客户端的显示屏信息)
History:  Contains the visited URLs in the browser window (可获得浏览器URL的信息)
Location: Contains information about the current URL (可获得通用的URL的信息)

二.HTML DOM Objects
Document: 表示HTML Document在页面全部元素
Anchor:  表示<a>元素
Area:    表示<area>元素在图片中
Base:    表示<base>元素
Body:    表示<body>元素
Button:  表示<button>元素
Event:   表示事件的状态
Form:    表示<form>元素
Frame:   表示<frame>元素
Frameset: 表示<frameset>元素
Iframe:   表示<iframe>元素
Image:    表示<img>元素
Input button:  表示button 在form表单中
Input checkbox: 表示checkbox 在form表单中
Input file:   表示上传文件在form表单中
Input Hidden:  表示隐藏文件在表单中
Input password: 表示密码文本框在表单中
Input radio:  表示单选在表单中
Input reset:  表示重置按钮在表单中
Input Submit: 表示提交按钮在表单中
Input text:  表示在输入文本在表单中
Link: 表示<link>元素
Meta: 表示<meta>元素
Option: 表示<Option>元素
Select: 表示选择下列框
Style: 表示个人风格的描述
Table:  表示<table>元素
TableData: 表示<td>元素
TableRow:  表示<tr>元素
Textarea: 表示<Textarea>元素
posted on 2008-01-29 15:07  shenzhong  阅读(158)  评论(0编辑  收藏  举报