| Properties | Methods | Events |
|---|---|---|
| frames[] | alert("message") | onLoad |
| frames.length | confirm("message") | onUnload |
| status | prompt("message,default_text") | |
| self | open("URL", "name", "characteristics") | onBlur |
| parent | close() | onFocus |
| top | blur() | |
| opener | focus() | onError |
| document | scroll(x,y) | |
| history | setTimeout(expression,time) | |
| location | clearTimeout(name) | |
| name | setInterval(expression,time) | |
| defaultStatus | clearInterval(name) |
| Date | History | Document | Frames | Location | Navigation |
| String | Math | Image | Form | Anchor/Link | Array |
| Radio | CheckBox | Option/Select | Text/TextArea | Submit | Reset |
| Button | PassWord | Hidden | Event Handler | Keywords |