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不会触发
 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-11-11
  • 2022-01-14
  • 2021-12-28
  • 2021-05-22
  • 2022-12-23
猜你喜欢
  • 2021-07-25
  • 2022-01-10
  • 2021-09-14
  • 2022-12-23
  • 2021-12-15
  • 2022-12-23
  • 2021-06-25
相关资源
相似解决方案