In NETSCAPE 4.5, how can I control the TAB ORDER of a form?
What I want is to pre-select the first field. I am currently doing this using the .focus() function and that works great. But when I press the TAB key, the focus doesn't go to the next field. It goes to the location bar, then the first...