I'm so sick and tired of IE... i wish they would just burn it... I'm
having issues with a stack overflow and i read that the stack
overflows are created from a problem with javascript, so i enabled the
debugging of IE and it gave me this error message "Object doesn't
support this property or method" on line 5861. This particular line is
the return line from this function:

return function(className, parentElement) {
    return $(parentElement ||
document.body).getElementsByClassName(className);
  };

i'm not a javascript guru so i'm not really sure as to what this does
but IE doesn't seem to like it... when i use firebug in FF an error
shows up saying a handler is not defined on line 5476. Not sure if
this has anything to do with each other but firefox doesn't cause any
issues.

If someone could help out this rookie to find out how to get rid of
the stack overflow in IE i would greatly appreciate it. if you need
any snippets from anything just ask and i shall deliver...

thanks again

-- 
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.

Reply via email to