On Nov 8, 2005, at 6:32 AM, Kevin Dangoor wrote:
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.
Well, I wrote a test for it, and it passed on Safari and Firefox (and should pass in IE, but I'll check that later)... so something else is up. Maybe you weren't using the latest SVN? Or maybe the SELECT node is missing the name attribute?
-bob

