Is there any way to find out which asp.net component has focus by using a server or client script?
A:
How do I find out which Javascript element has focus?
If the requirement is for IE only you can use
document.activeElement
rahul
2009-08-07 13:23:22