JavaScript Objects
| Objects | Properties | Methods | Event Handlers |
|---|
| Anchor | | | |
| anchors array | length | | |
| Applet | | applet's methods | |
| applets array | length | | |
| Area | hash | | onClick |
| | host | | onMouseOut |
| | hostname | | onMouseOver |
| | href | | |
| | pathname | | |
| | port | | |
| | protocol | | |
| | search | | |
| | target | | |
| Array | length | concat | |
| | | join | |
| | | reverse | |
| | | slice | |
| | | sort | |
| Button | form | blur | onBlur |
| | name | click | onClick |
| | type | focus | onFocus |
| | value | | |
| Checkbox | checked | blur | onBlur |
| | defaultChecked | click | onClick |
| | form | focus | onFocus |
| | name | | |
| | type | | |
| | value | | |
| Date | | getDate | |
| | | getDay | |
| | | getHours | |
| | | getMinutes | |
| | | getMonth | |
| | | getSeconds | |
| | | getTime | |
| | | getTimezoneOffset | |
| | | getYear | |
| | | parse | |
| | | setDate | |
| | | setHours | |
| | | setMinutes | |
| | | setMonth | |
| | | setSeconds | |
| | | setTime | |
| | | setYear | |
| | | toGMTString | |
| | | toLocaleString | |
| | | toString | |
| | | UTC | |
| | | valueOf | |
| document | alinkColor | close | |
| | Anchor | captureEvents | |
| | anchors | getSelection | |
| | Applet | open | |
| | applets | releaseEvents | |
| | Area | routeEvents | |
| | bgColor | write | |
| | cookie | writeLn | |
| | domain | | |
| | embeds | | |
| | fgColor | | |
| | Form | | |
| | forms | | |
| | Image | | |
| | images | | |
| | lastModified | | |
| | linkColor | | |
| | Link | | |
| | links | | |
| | referrer | | |
| | title | | |
| | URL | | |
| | vlinkColor | | |
| FileUpload | form | blur | onBlur |
| | name | focus | onChange |
| | type | | onFocus |
| | value | | |
| Form | action | reset | onReset |
| | Button | submit | onSubmit |
| | Checkbox | | |
| | elements | | |
| | encoding | | |
| | FileUpload | | |
| | Hidden | | |
| | length | | |
| | method | | |
| | name | | |
| | Password | | |
| | Radio | | |
| | Reset | | |
| | Select | | |
| | Submit | | |
| | target | | |
| | Text | | |
| | Textarea | | |
| forms array | length | | |
| Frame | frames | blur | onBlur |
| | name | clearInterval | onFocus |
| | length | clearTimeout | |
| | parent | focus | |
| | self | print | |
| | | setInterval | |
| | window | setTimeout | |
| frames array | length | | |
| Hidden | name | | |
| | type | | |
| | value | | |
| History | current | back | |
| | length | forward | |
| | next | go | |
| | previous | | |
| history array | length | | |
| Image | border | | onAbort |
| | complete | | onError |
| | height | | onLoad |
| | hspace | | |
| | lowsrc | | |
| | name | | |
| | src | | |
| | vspace | | |
| | width | | |
| images array | length | | |
| | hash | | onClick |
| | host | | onMouseOut |
| | hostname | | onMouseOver |
| | href | | |
| | pathname | | |
| | port | | |
| | protocol | | |
| | search | | |
| | target | | |
| links array | length | | |
| location | hash | reload | |
| | host | replace | |
| | hostname | | |
| | href | | |
| | pathname | | |
| | port | | |
| | protocol | | |
| | search | | |
| Math | E | abs | |
| | LN2 | acos | |
| | LN10 | asin | |
| | LOG2E | atan | |
| | LOG10E | atan2 | |
| | PI | ceil | |
| | SQRT1_2 | cos | |
| | SQRT2 | exp | |
| | | floor | |
| | | log | |
| | | max | |
| | | min | |
| | | pow | |
| | | random | |
| | | round | |
| | | sin | |
| | | sqrt | |
| | | tan | |
| MimeType | description | | |
| | enabledPlugin | | |
| | type | | |
| | suffixes | | |
| mimeTypes array | length | | |
| navigator | appCodeName | javaEnabled | |
| | appName | preference | |
| | appVersion | taintEnabled | |
| | language | | |
| | mimeTypes | | |
| | platform | | |
| | plugins | | |
| | userAgent | | |
| Number | | | |
| options array | length | | |
| options array elements | defaultSelected | | |
| | index | | |
| | length | | |
| | selected | | |
| | selectedIndex | | |
| | text | | |
| | value | | |
| Password | defaultValue | blur | onBlur |
| | form | focus | onFocus |
| | name | select | |
| | type | | |
| | value | | |
| Plugin | description | | |
| | filename | | |
| | length | | |
| | name | | |
| plugins array | length | refresh | |
| Radio | checked | blur | onBlur |
| | defaultChecked | click | onClick |
| | form | focus | onFocus |
| | length | | |
| | name | | |
| | type | | |
| | value | | |
| Reset | form | blur | onBlur |
| | name | click | onClick |
| | type | focus | onFocus |
| | value | | |
| screen | availHeight | | |
| | availWidth | | |
| | colorDepth | | |
| | height | | |
| | pixelDepth | | |
| | width | | |
| Select | form | blur | onBlur |
| | length | focus | onChange |
| | name | | onFocus |
| | options | | |
| | selectedIndex | | |
| | text | | |
| | type | | |
| String | length | anchor | |
| | | big | |
| | | blink | |
| | | bold | |
| | | charAt | |
| | | charCodeAt | |
| | | concat | |
| | | fixed | |
| | | fontcolor | |
| | | fontsize | |
| | | fromCharCode | |
| | | indexOf | |
| | | italics | |
| | | lastIndexOf | |
| | | link | |
| | | match | |
| | | replace | |
| | | search | |
| | | slice | |
| | | small | |
| | | split | |
| | | strike | |
| | | sub | |
| | | substr | |
| | | substring | |
| | | sup | |
| | | toLowerCase | |
| | | toUpperCase | |
| Submit | form | blur | onBlur |
| | name | click | onClick |
| | type | focus | onFocus |
| | value | | |
| Text | defaultValue | blur | onBlur |
| | form | focus | onChange |
| | name | select | onFocus |
| | type | | onSelect |
| | value | | |
| Textarea | defaultValue | blur | onBlur |
| | form | focus | onChange |
| | name | select | onFocus |
| | type | | onSelect |
| | value | | |
| window | closed | alert | onBlur |
| | defaultStatus | back | onError |
| | document | blur | onFocus |
| | Frame | captureEvents | onLoad |
| | frames | clearInterval | onUnLoad |
| | history | clearTimeOut | |
| | innerHeight | close | |
| | innerWidth | confirm | |
| | length | disableExternalCapture | |
| | location | enableExternalCapture | |
| | locationbar | find | |
| | menubar | focus | |
| | name | forward | |
| | opener | home | |
| | outerHeight | moveBy | |
| | outerWidth | moveTo | |
| | pageXOffset | open | |
| | pageYOffset | releaseEvents | |
| | parent | resizeBy | |
| | personalbar | resizeTo | |
| | scrollbars | routeEvents | |
| | self | print | |
| | status | prompt | |
| | statusbar | scrollBy | |
| | toolbar | scrollTo | |
| | top | stop | |
| | window | setInterval | |
| | | setTimeOut | |