document.getElementByid("") ID
document.getElementsByName("") Name
document.getElenentsByTagName("") 标签名称
document.getElenentsByTagName(*) 全部文档
document.getElenentsByTagName("p")[2] 元素
accessKey 快捷键
disabled 是否禁用 true|false
form 返回表单的
id id值
name name值
value 值
alt 代替文字
innerHTML 显示文字
defaultValue 默认值
size
maxLength 最大字符数
readOnly 只读
tabIndex tab顺序
className 样式
textarea 对象
cols 宽
rows 高
Form 对象
action
method
length
Select 对象
Select.options[i].属性
Select.options[Select.selectedIndex].属性
.value 属性
.text 文本属性
select.options[x].selected=true 选中项
c.options.selectedIndex=2 选中项
.remove() 移除某项
.options.length =0 清空列表
.options[x]=new Option(值,文字) 新建新值
checkbox 对象 radio 对象
document.form1.checkbox2
for (i=0;i<c.length;i++)
document.writeln(c[i].value)
c[i].checked 是否选中
image 图象
.src
..border
links 连接
.href
.innerHTML
anchors 瞄点
.name