On 11/8/05, Bob Ippolito <[EMAIL PROTECTED]> wrote:
> 2. In the loadJSONDoc code, you should be able to just do::
>
> loadJSONDoc("artists", list);
>
> ... which would implicitly call queryString(list), notice that it is
> a HTML node and call formContents(list) for its arguments:
> (list.name, list.value) and build a URL like "artists?song=2".
> Anyway, that's what it's supposed to do. If it doesn't then that's a
> bug and I'll fix it before 1.1 (I haven't tested it with SELECT lists
> yet).
I just tried this, and it didn't work... so I guess it may not work
with SELECT lists at this point.
Kevin