Object Properties & document.activeElement
Hi all,
I can't seem to get this to work:
document.getElementById(document.activeElement.id)
I just get "null is not an object" errors.
But this works:
alert(document.activeElement.id)
I get the ID of the active element! Whats going on here?
Cheers for now
interrupt
__________________
\'sync\' <cr>
The name specified is not recognized as an internal or external command, operable program or batch file.
|