h a l f b a k e r yThis ain't rocket surgery.
add, search, annotate, link, view, overview, recent, by name, random
news, help, about, links, report a problem
browse anonymously,
or get an account
and write.
register,
|
|
|
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.
Please log in.
If you're not logged in,
you can see what this page
looks like, but you will
not be able to add anything.
Annotation:
|
|
I've noticed the same slight problem. I can live with it, but this would make things easier. |
|
| |