Multiple forms on one HTML page: how to restrict tabbing to a single form?

前端 未结 4 760
[愿得一人]
[愿得一人] 2021-01-08 00:28

The site I\'m currently building is a little different from the norm. Instead of having multiple separate pages, all site content is on a single index.php file, and using ab

4条回答
  •  感情败类
    2021-01-08 01:03

    Why not increment your tabindex by, say, 100, per form?

    So form 1 will have tabindeces running from 100-112, form 2 will have tabindex from 200-234, form 3 will have tabindex running from 300-314...

提交回复
热议问题