Forum Moderators: open
In Mozilla/Firefox I can use <div onfocus="alert(this.id);">........</div>
Is there any way to also use this in IE?
I've tried attachEvent and element.onfocus = ....;
Anyone suggestions?
I've got a workaround and put it on the onfocus of the inputs but this isn't what I want.
Marco