Halfbakery: Searching
Search box focus   (+3, -1)  [vote for, against]
Using OnLoad

When using the HB search page, one has to click into the search box before typing.

Using a javascript OnLoad element, the cursor can be focused in the search box automatically, and one could simply start typing the search terms. (For example, Google does this.)

[OnLoad = "document.searchexpression.focus();"] in the body tag should do it. I know you're not a big fan of javascript, jutta, but this one seems pretty useful and harmless.
-- waugsqueke, Apr 15 2005

I've noticed the same slight problem. I can live with it, but this would make things easier.
-- finrod, Apr 16 2005



random, halfbakery