html click button and set focus in inner text code example
Example: focus js
focusMethod = function getFocus() {
document.getElementById("myButton").focus();
}
focusMethod = function getFocus() {
document.getElementById("myButton").focus();
}