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

前端 未结 4 738
[愿得一人]
[愿得一人] 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:06

    Use tabindex in your (X)HTML

    This works flawlessly in Seamonkey 2.0.11 and Chrome 10.0

    
    
    
    
        untitled
        
        
    
    
    
    
    
    Form 1
    Form 2

提交回复
热议问题