Is it possible to tell if scroll lock mode is currently on through javascript without capturing scroll lock key press event (key was pressed outside of the browser)?
+1
A:
No. As you can see in the Event interface properties, there's no scroll lock key state.
Marcel Korpel
2010-08-02 17:19:29
A:
I guess you could dialog with your system through a COM component that would check the memory at adress 0x41? which is where the numlock/scroll lock status are.
Can't do it through JavaScript only though...
m_oLogin
2010-08-02 17:20:02