summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorterry%mozilla.org <>2000-01-27 09:56:33 +0100
committerterry%mozilla.org <>2000-01-27 09:56:33 +0100
commitb23cb23b54adf11260e69dbc0c6294702ea42159 (patch)
tree744f32a2739ae3cc897c745ec8c544c36b736f8a /index.html
parentabe4bd40992671b238c31106f99294e141b8149b (diff)
downloadbugzilla-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.html3
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>