Author: ar
Date: 08-06-05 16:37
> Do you mean http://www.freshports.org/search.php?
I was referring to the main index page, but it probably applies there as well.
> What do you mean by 'accesskey="k"'?
Part of the HTML 4x standard has accesskey functionality for form fields. Using Javascript to autofocus is a bit presumptuous for any complex page, but probably appropriate for something as simplistic as google. Anyway, accesskeys don't use javascript, but are a part of html (4) form fields.
Example:
<u>K</u>eyword: <br/>
<INPUT NAME="query" TYPE="text" SIZE="8" accesskey="k" />
Different browsers access the key differently. ctrl+k on OSX alt+k on Windows/Linux.
Reference page of interest:
http://www.cs.tut.fi/~jkorpela/forms/accesskey.html
Thanks for your time.
|
|