SYP}{ER
02-02-2003, 01:09 AM
I can use attachEvent, but how would I go about checking to see if the event hasn't already been attached?
ex:
if (!eventAttached ('onmouseover')) attachEvent ('onmouseover', alert);
Now I highly doubt that "eventAttached" is a method, but what could I use?
Thanks :D
ex:
if (!eventAttached ('onmouseover')) attachEvent ('onmouseover', alert);
Now I highly doubt that "eventAttached" is a method, but what could I use?
Thanks :D