编程必读:Netscape 6 支持的对象和属性列表[1]

[入库:2005年8月18日] [更新:2007年3月24日]

本文简介:选择自 net_lover 的 blog

请大家好好珍藏,绝对值得!

编程必读:netscape 6 支持的对象和属性列表

作者:http://lucky.myrice.com
e-mail:amxh@21cn.com

  • window object window
    • parent object window
    • scrollbars object barprop
    • frames object windowcollection
      • length number
    • name string
    • scrollx number
    • scrolly number
    • window object window
    • self object window
    • navigator object navigator
      • appcodename string
      • appname string
      • appversion string
      • language string
      • mimetypes object mimetypearray
        • length number
      • platform string
      • oscpu string
      • vendor string
      • vendorsub string
      • product string
      • productsub string
      • plugins object pluginarray
        • length number
      • securitypolicy string
      • useragent string
      • cookieenabled boolean
    • screen object screen
      • top number
      • left number
      • width number
      • height number
      • pixeldepth number
      • colordepth number
      • availwidth number
      • availheight number
      • availleft number
      • availtop number
    • history object history
    • statusbar object barprop
      • visible boolean
    • directories object barprop
    • closed boolean
    • crypto object crypto
    • pkcs11 object pkcs11
    • opener object
      • visible boolean
    • status string
    • defaultstatus string
    • location object
      • hash string
      • host string
      • hostname string
      • pathname string
      • port string
      • protocol string
      • search string
  • title string
  • innerwidth number
  • innerheight number
  • outerwidth number
  • outerheight number
  • screenx number
  • screeny number
  • pagexoffset number
  • pageyoffset number
  • length number
  • onmousedown function eventhandler
  • onmouseup function eventhandler
  • onclick function eventhandler
  • onmouseover function eventhandler
  • onmouseout function eventhandler
  • onkeydown function eventhandler
  • onkeyup function eventhandler
  • onkeypress function eventhandler
  • onmousemove function eventhandler
  • onfocus function eventhandler
  • onblur function eventhandler
  • onsubmit function eventhandler
  • onreset function eventhandler
  • onchange function eventhandler
  • onselect function eventhandler
  • onload function eventhandler
  • onunload function eventhandler
  • onclose function eventhandler
  • onabort function eventhandler
  • onerror function eventhandler
  • onpaint function eventhandler
  • ondragdrop function eventhandler
  • onresize function eventhandler
  • onscroll function eventhandler
  • document function htmldocument
    • title string
    • referrer string
    • domain string
    • url string
    • body object htmlbodyelement
      • alink string
      • background string
      • bgcolor string
      • link string
      • text string
      • vlink string
      • id string
      • title string
      • lang string
      • dir string
      • classname string
      • style object css2properties
        • azimuth string
        • background string
        • backgroundattachment string
        • backgroundcolor string
        • backgroundimage string
        • backgroundposition string
        • backgroundrepeat string
        • border string
        • bordercollapse string
        • bordercolor string
        • borderspacing string
        • borderstyle string
        • bordertop string
        • borderright string
        • borderbottom string
        • borderleft string
        • bordertopcolor string
        • borderrightcolor string
        • borderbottomcolor string
        • borderleftcolor string
        • bordertopstyle string
        • borderrightstyle string
        • borderbottomstyle string
        • borderleftstyle string
        • bordertopwidth string
        • borderrightwidth string
        • borderbottomwidth string
        • borderleftwidth string
        • borderwidth string
        • bottom string
        • captionside string
        • clear string
        • clip string
        • color string
        • content string
        • counterincrement string
        • counterreset string
        • cue string
        • cueafter string
        • cuebefore string
        • cursor string
        • direction string
        • display string
        • elevation string
        • emptycells string
        • cssfloat string
        • font string
        • fontfamily string
        • fontsize string
        • fontsizeadjust string
        • fontstretch string
        • fontstyle string
        • fontvariant string
        • fontweight string
        • height string
        • left string
        • letterspacing string
        • lineheight string
        • liststyle string
        • liststyleimage string
        • liststyleposition string
        • liststyletype string
        • margin string
        • margint

本文关键:编程必读:Netscape 6 支持的对象和属性列表
 

本站最佳浏览方式为 分辨率 1024x768 IE 6.0(或更高版本的 IE浏览器)

go top