If you are using PrototypeJS see this post.

Setting focus on the first text field with jQuery is as simple as

  $("input:text:visible:first").focus();

Find more at http://docs.jquery.com/Selectors