Is there a way to take the current target of an event with ie 7 or 8?
With other browser (firefox, opera, chrome etc.) we can use event.currentTarget or also we can use the 'this' kewyword to refer the object received the event.
But in explorer we don't have currentTarget property and the 'this' refers to window object!
So how can I do that?