Document.activeElement
Hi
I am trying to find the equivalent of Document.ActiveElememt() in Mozilla but wheneverI try it gives me a message;
document.activeElement has no properties
var sCurrentField = document.activeElement.tagName.toUpperCase();
Can anyone help me on this?
|