diff options
author | terry%mozilla.org <> | 2000-01-27 09:56:33 +0100 |
---|---|---|
committer | terry%mozilla.org <> | 2000-01-27 09:56:33 +0100 |
commit | b23cb23b54adf11260e69dbc0c6294702ea42159 (patch) | |
tree | 744f32a2739ae3cc897c745ec8c544c36b736f8a /index.html | |
parent | abe4bd40992671b238c31106f99294e141b8149b (diff) | |
download | bugzilla-b23cb23b54adf11260e69dbc0c6294702ea42159.tar.gz bugzilla-b23cb23b54adf11260e69dbc0c6294702ea42159.tar.xz |
Patch by granrose@netscape.com -- put initial focus into bug# field.
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> |