JavaScript Functions Map
| frame |
| properties | events | methods |
| frames[ ] | onLoad | clearTimeout(ID) |
| name | onUnload | setTimeout("exp",delay) |
| length | | |
| parent | | |
| self | | |
| window | | |
|
| history |
| properties | events | methods |
| length | | back() | |
| | forward() |
| | go(int) |
|
| |
| location |
| properties | events | methods |
| hash | | |
| host | | |
| hostname | | |
| href | | |
| pathname | | |
| port | | |
| post | | |
| protocaol | | |
| search | | |
| target | | |
|
| |
|
| link |
| properties | events | methods |
| hash | onClick | |
| host | onMouseOver | |
| hostname | | |
| href | | |
| pathname | | |
| port | | |
| protocaol | | |
| search | | |
| target | | |
|
| |
| anchors |
| properties | events | methods |
|
| |
All the table of properties below are under form object
| select |
| properties | events | methods |
| form | onBlur | |
| length | onChange | |
| name | onFocus | |
| options[ ] | | |
| selectIndex | | |
|
| |
| button/submit/reset |
| properties | events | methods |
| form | onClick | click() |
| name | | |
| value | | |
|
| |
| radio*/checkbox |
| properties | events | methods |
| form | onClick | click() |
| checked | | |
| length* | | |
| name | | |
| value | | |
|
| |
| string |
| properties | events | methods |
| length | | anchor("anchor") |
| | big() |
| | blink() |
| | bold() |
| | charAt(index) |
| | fixed |
| | fontColor("color") |
| | fontsize(size) |
| | indexOf("string",offet) |
| | link("url") |
| | small() |
| | strike() |
| | sub() |
| | substring(start,end) |
| | sup() |
| | toLowerCase |
| | toUpperCase |
|
| |
| text*/textarea |
| properties | events | methods |
| form | onBlur | focus() |
| name | onChange | blur() |
| value | onFocus | select() |
| defaultValue | onSelect | |
|
| |