Is there a simple way to set the focus (input cursor) of a web page on the first input element (textbox, dropdownlist, ...) on loading the
without jquery, e.g. with regular javascript:
document.querySelector('form input:not([type=hidden])').focus()
works on Safari but not Chrome 75 (april 2019)