Re: IE, getAttribute, search, and selects
Boris Zbarsky <[email protected]>
| Newsgroups | gmane.comp.mozilla.devel.dom |
|---|---|
| Message-ID | <[email protected]> |
Philip Thompson wrote:
> IE breaks on line 11 - "if (onchange.search...". When alert'ing the
> onchange string in IE, I get: "function anonymous() { aFunctionName();
> }". In FF, I get: "aFunctionName();" and it works fine. Where is that
> "function anonymous" coming from?
This is a known bug in IE's getAttribute. It's fairly well documented in
various tutorials and howtos.
But this is really the wrong place for this question... Very much off-topic for
this newsgroup.
-Boris