Tags: forms,input

Sort by: Date / Title /

  1. 1 year ago by spirit
    Controler l'ordre des tabulations dans un formulaire HTML (attribut tabindex)
    1.   <title>Controlling TAB Order</title>
    2. </head>
    3.     Field 1 (first tab selection):
    4.     <input type="text" name="field1" tabindex=1 /><br />
    5.     Field 2 (third tab selection):
    6.     <input type="text" name="field2" tabindex=3 /><br />
    7.     Field 3 (second tab selection):
    8.     <input type="text" name="field3" tabindex=2 /><br />
    9.   </form>
    10. </body>
    11. </html>
    Paste this in your website: <script type="text/javascript" src="http://www.posteet.com/embed/1553"></script>

First / Previous / Next / Last / Page 1 of 1 (1 posteets)