Developerproblem: i cant get the onkeyup event to work on the body tag in firefox how can i do this? this used to work in previous versions of firefox
i made an application using DOM and i am using extensively keyup events in the body tag
in previous versions of firefox this was working fine
but now it doesnt
events that do not work for body tags that i have used are
onKeypress onKeydown
how ever the event does fireup if the html element are of input types (e.g. textboxes, images, etc)
how do i address this problem?
Wšykne wótegrona (1)
A good place to ask advice about web development is at the MozillaZine "Web Development/Standards Evangelism" forum.
The helpers at that forum are more knowledgeable about web development issues.
You need to register at the MozillaZine forum site in order to post at that forum.