Hi,
I am using (conditionally for IE) attachEvent to attach a function to a dynamically made checkbox. The function I am 'attaching' simply displays an alert message. I am attaching it with the 'onclick' event.
OK, I don't get any errors, BUT, when I click the checkbox, I don't get an alert...