Forum Moderators: phranque
<input type="text" name="first_on_page" tabindex=20">
<input type="image" name="second_on_page_first_focused_on_tab" tabindex="1">
Keep in mind that the tab stops go through all objects in the window, from the address bar through the page, including form elements, links, and other objects. While you can generally "work" one area of a page or form, sometimes if you start messing with the tab indices you have to fiddle with them all.