How to change the tab index on my menu bar

0
Hi, I would like to change the tab index on my menubar to -1. I want the user to skip directly to a field on the page. Currently I first have to press 'tab' to skip to that field because my menubar apparently also has a tabindex which is set to 0 by default. However, I cannot find a setting in the properties of the menubar to set it to -1. Who knows how to fix this?      
asked
1 answers
1

Hi Josephine,

You can use javascript for that: https://stackoverflow.com/questions/3383429/setting-focus-on-an-html-input-box-on-page-load

You can load this using the HtmlSnippet

answered