... until the collector arrives ...

This "blog" is really just a scratchpad of mine. There is not much of general interest here. Most of the content is scribbled down "live" as I discover things I want to remember. I rarely go back to correct mistakes in older entries. You have been warned :)

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.

Blog Archive