bryndyment
04-28-2003, 08:16 PM
Could someone please confirm that this is merely a bug for Mac/IE?
Very simple JavaScript... looping through a form to check all the checkboxes at once. I've isolated the code to the bare minimum to demonstrate the bug.
Works great on IE/Netscape for Windows, but breaks in Macintosh. It's getting confused because the element name is a number, and when indexing the 'elements' array, it's getting confused between the element name and the element index.
http://www.hoologic.com/kanji/checkbox.htm
Very simple JavaScript... looping through a form to check all the checkboxes at once. I've isolated the code to the bare minimum to demonstrate the bug.
Works great on IE/Netscape for Windows, but breaks in Macintosh. It's getting confused because the element name is a number, and when indexing the 'elements' array, it's getting confused between the element name and the element index.
http://www.hoologic.com/kanji/checkbox.htm