Patch by granrose@netscape.com -- put initial focus into bug# field.

This commit is contained in:
terry%mozilla.org 2000-01-27 00:56:33 +00:00
parent 6ae2ba930a
commit 13f6e7ca22

View 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>