[mochikit] Re: IE6 problem with getElementsByTagAndClassName()

2006-05-30 Thread mario ruggier
Sorry, forgot to attach... --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To post to this group, send email to mochikit@googlegroups.com To unsubscribe from this group, send email to [EMAIL

[mochikit] Re: IE6 problem with getElementsByTagAndClassName()

2006-05-30 Thread Josu Oyanguren
_javascript_ does not support named arguments. You can change the line togetElementsByTagAndClassName('A',null,'t_tablist');(been there, done that) --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups MochiKit group. To

[mochikit] Re: IE6 problem with getElementsByTagAndClassName()

2006-05-30 Thread Bob Ippolito
On May 30, 2006, at 8:12 AM, mario ruggier wrote: On May 30, 2006, at 4:56 PM, Josu Oyanguren wrote: javascript does not support named arguments. You can change the line to getElementsByTagAndClassName('A',null,'t_tablist'); Oh, right of course. I'm too used to using named arguments