Whenever I click on the textbox, a function is called. The code for that is:
onclick="GetColorBack()"
However, the GetColorBack function is only called when clicking on the textbox. If I navigate using the TAB key, it does not trigger the function.
Is there a way to make the function work even when navigating with the TAB key?
Note: This is not related to CSS focus.