diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/index.html b/index.html index 68eb58a01..566a1053b 100644 --- a/index.html +++ b/index.html @@ -78,6 +78,9 @@ But it all boils down to a choice of: <a href="userprefs.cgi">Change password or user preferences</a><br> <FORM METHOD=GET ACTION="show_bug.cgi"> <INPUT TYPE=SUBMIT VALUE="Find"> bug # <INPUT NAME=id SIZE=6></FORM> +<SCRIPT LANGUAGE="JavaScript"> +document.forms[0].id.focus() +</SCRIPT> </BODY> </HTML> |