NOTE : The following table shows properties, methods and events supported by Internet Explorer and Netscape. The comparison is broken down into three main section, those being Properties, Methods and Events. Within each section, the details are further broken down by the particular object being referenced.

Properties
The Window Object (properties)
    name Y Y
    parent Y Y
    self Y Y
    top Y Y
    location Y Y
    defaultStatus Y
Acts as status
Y
    status Y Y
    frames Y Y
    history Y Y
    document Y Y
    length Y
    opener Y Y
The Frame Object (properties)
    name Y Y
    parent Y Y
    length Y Y
    self Y Y
    window Y Y
    frames Y Y
The History Object (properties)
    length Y Y
The Navigator Object (properties)
    appCodeName Y Y
    appName Y Y
    appVersion Y Y
    userAgent Y Y
    mimeTypes* Y
    plugins* Y
The Location Object (properties)
    hash Y Y
    host Y Y
    hostname Y Y
    href Y Y
    pathname Y Y
    port Y Y
    protocol Y Y
    search Y Y
The Document Object (properties)
    alinkColor Y
    anchors Y Y
    applets* Y
    bgColor Y Y
    cookie Y Y
    embeds* Y
    fgColor Y Y
    forms Y Y
    images* Y
    lastModified Y Y
    linkColor Y Y
    links Y Y
    referrer Y Y
    title Y Y
    URL Y Y
    vlinkColor Y Y
The Link Object (properties)
    hash Y Y
    host Y Y
    hostname Y Y
    href Y Y
    length Y Y
    pathname Y Y
    port Y Y
    protocol Y Y
    search Y Y
    target Y Y
The Anchor Object (properties)
    length Y Y
    name Y
The Form Object (properties)
    action Y Y
    elements Y Y
    encoding Y Y
    FileUpload Y
    length Y Y
    method Y Y
    target Y Y
The Element Object (properties)
    checked Y Y
    defaultChecked Y Y
    defaultValue Y Y
    form Y
    length Y Y
    name Y Y
    options Y Y
    selectedIndex Y Y
    type Y
The Image Object (properties)
    border* Y
    complete* Y
    height* Y
    hspace* Y
    length* Y
    lowsrc* Y
    name* Y
    prototype* Y
    src* Y
    vspace* Y
    width* Y
The Layer Object (properties)
    above** Y
    background** Y
    below** Y
    bgColor** Y
    clip** Y
    height** Y
    left** Y
    name** Y
    parentLayer** Y
    siblingAbove** Y
    siblingBelow** Y
    src** Y
    top** Y
    visibility** Y
    width** Y
    zIndex** Y

Methods
The Window Object (methods)
    alert Y Y
    confirm Y Y
    prompt Y Y
    open Y Y
    close Y Y
    setTimeout Y Y
    clearTimeout Y Y
    blur* Y
    focus* Y
    scroll* Y
The Frame Object (methods)
    setTimeout Y Y
    clearTimeout Y Y
The History Object (methods)
    back Y Y
    forward Y Y
    go Y Y
The Navigator Object (methods)
    javaEnabled* Y
The Location Object (methods)
    reload* Y
    replace* Y
The Document Object (methods)
    open Y Y
    clear Y
    close Y Y
    write Y Y
    writeLn Y Y
The Link Object (methods)
The Link Object has no methods
The Anchor Object (methods)
The Anchor Object has no methods
The Form Object (methods)
    reset Y Y
    submit Y Y
The Element Object (methods)
    blur Y Y
    click Y Y
    focus Y Y
    select Y Y
The Image Object (methods)
The Image object has no methods
The Layer Object (methods)
    moveAbove** Y
    moveBelow** Y
    moveTo** Y
    offset** Y
    resize** Y

Events
The Window Object (events)
    OnLoad Y Y
    OnUnload Y Y
    OnBlur* Y
    OnError* Y
    OnFocus* Y
The Frame Object (events)
    OnLoad Y Y
    OnUnload Y Y
    OnBlur Y Y
    OnFocus Y Y
The History Object (events)
The History object has no events
The Navigator Object (events)
The Navigator object has no events
The Location Object (events)
The Location object has no events
The Document Object (events)
    OnLoad Y Y
    OnUnload Y Y
The Link Object (events)
    OnClick Y Y
    OnMouseMove Y
    OnMouseOut* Y
    OnMouseOver Y Y
The Anchor Object (events)
The History object has no events
The Form Object (events)
    OnReset Y Y
    OnSubmit Y Y
The Element Object (events)
    OnBlur Y Y
    OnChange Y Y
    OnClick Y Y
    OnFocus Y Y
    OnSelect Y Y
The Image Object (events)
    OnAbort* Y
    OnError* Y
    OnLoad* Y
The Layer Object (events)
The Layer Object currently has no events.

Properties. Methods and Event handlers marked with a * character are JavaScript 1.1 specific (as supported in Netscape 3.0 and above) and so are mostly only supported by Netscape v3.0 and above. Those marked with ** characters are Javascript 1.2 specific and are only supported by Netscape 4.0 and above.