In JS objects are also associative arrays or hashes.
theStatus.Home
can also be read.
theStatus['Home']
You can access a form by performing these DOM calls:
document.forms['theForm']
document.forms.theForm
|
Results 1 to 4 of 4
Thread: associative array in JSThreaded View
|
Click Here to Expand Forum to Full Width |