[thelist] Forms and getElementById

Scott Brady thelist at lists.evolt.org
Wed Jan 29 10:24:01 2003


Someone else may have more of a clue than I do, but the first thing I'd do is rename your image's so that they have a different ID than the form elements' names.  Theoretically, it shouldn't matter, but I wonder if that's causing a problem.

For instance, for a formfield called "email" I'd name the IMG "id=email_arrow" or something like that.

There could be other issues, but that'd me my first guess.

Scott Brady