Mhtml
02-12-2007, 04:02 PM
I'm sending arrays of results from my server in response to an xmlhttprequest like so:
array({key:value[,...]}[,...]);
I know I could use an associative or indexed array, but this is just how I wrote it as I'm using the prototype library and I'm in the habit.
Anyway, I want to know if I can reference 'key'. If so, umm, how?
array({key:value[,...]}[,...]);
I know I could use an associative or indexed array, but this is just how I wrote it as I'm using the prototype library and I'm in the habit.
Anyway, I want to know if I can reference 'key'. If so, umm, how?