2005-06-08

Firefox focus()

IE supports the focus() function on all HTML elements.  Unfortunately, Firefox does not (following the DOM spec).  Firefox does support focus() on anchors and form elements, so depending upon what you are trying to do you might be able to just introduce an anchor near where you want the focus.  Also, the select() method works on form input fields.