eBooks on html javascript & css

 
document.forms[0]
document.images[0]
document.links[0].href
 
document.frmLogin.pwdPassword.value [name导航,id 不好使]
document 属性
alinkColor
bgcolor
fgcolor
lastModified
linkColor
referrer
title
vlinkColor
document 方法
write(string)
writeln(string)
 
Form对象属性
action  
length 内部form控件的数量
method  post/get
name
target
Form对象方法
reset()
submit()
onsubmit 事件,手动submit时会触发,但是脚本submit不会触发
 

原文地址:https://www.cnblogs.com/teamleader/p/2063513.html