I can't tell from your example, but in my experience "works in other
browsers but not IE6" can usually be traced to invalid HTML markup.
Also if your actual code has any more object literals than shown make
sure they don't contain a trailing comma, e.g.,

{
name: 'foo',
status: 'bar',
}

On Aug 31, 5:10 pm, ScottyUCSD <[EMAIL PROTECTED]> wrote:
> This is a simplified example of an app that I'm working on. Can anyone
> figure out why this isn't working in IE6?

Reply via email to