views:

9

answers:

0

i am trying to use the document.addEventListener('msthumbnailclick', processSelection, false); method to attach the event to the buttons but i gives me an error

"Object doesn't support this property or method"

i tried document.attachEvent but it's not working, looks like it doesn't really attach the function to the event

any help ?!!