[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-11 Thread T.J. Crowder
Hi, I see, thanks for the explanation. Boy, I sure do hate IE. I presume that IE8 does do prototypes, which is why it worked there? I don't think I knew that. But apparently so: http://pastie.org/913799 Speaking of IE8, you seem to be the/a resident guru... Far from it. :-) ...so I don't

[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-10 Thread T.J. Crowder
Hi, Basically my js works fine in FF, IE8, and safari, but completely fails in IE6. The relevant source is below: Nothing jumped out in the source (but then, there was virtually no source to look at! :-) ), but usually this means you have a dangling comma somewhere, like this: var AjaxTabber

[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-10 Thread Junkshops
Hi again, That was definitely one of the problems, thanks very much. Unfortunately IE still wants to make my life miserable as much as possible, the dirty bastard. Here's the new error that makes no sense to me: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT

[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-10 Thread Junkshops
Sigh, it's due to the native getElementsByTagName call rather than using element.select in the constructor. That'll teach me to copy code without really understanding it... although it's a bit weird it worked at all. Thanks again for the help. Cheers, Junk On Apr 10, 5:56 pm, Junkshops

[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-10 Thread T.J. Crowder
Hi, That was definitely one of the problems, thanks very much. Cool! Sigh, it's due to the native getElementsByTagName call rather than using element.select in the constructor. That'll teach me to copy code without really understanding it... although it's a bit weird it worked at all. It

[Proto-Scripty] Re: ie6 can't find class def, works in FF, IE8, safari

2010-04-10 Thread Junkshops
I see, thanks for the explanation. Boy, I sure do hate IE. I presume that IE8 does do prototypes, which is why it worked there? Speaking of IE8, you seem to be the/a resident guru, so I don't suppose you have any advice about my other post regarding Sound.play and IE8? I'm flabbergasted that it