]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch by granrose@netscape.com -- put initial focus into bug# field.
authorterry%mozilla.org <>
Thu, 27 Jan 2000 08:56:33 +0000 (08:56 +0000)
committerterry%mozilla.org <>
Thu, 27 Jan 2000 08:56:33 +0000 (08:56 +0000)
index.html

index 68eb58a01f6f924a14555f9cbe6bcf32c6cab85b..566a1053b6e560567359c1465cefe3689f2855ca 100644 (file)
@@ -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>