Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Roundcube インストールにログインしようとすると、ユーザー名を入力してから「Tab」を押してパスワード セクションに移動しますが、代わりに「ログイン」ボタンに移動します。ページのタブを変更する方法はありますか? ただし、最初にパスワードを入力すると、次の「タブ」がユーザー名であることに気付きました。わかりやすく説明していただけると幸いです。
前もって感謝します。
tabindex="1"ユーザー名tabindex="2"とパスワード、tabindex="3"送信ボタンを指定してみてください。
tabindex="1"
tabindex="2"
tabindex="3"