Project

General

Profile

« Previous | Next » 

Revision 338

Added by bojilova over 24 years ago

simple JavaScript to put focus on username field

View differences:

login.html
16 16
<TITLE>MetaCat</TITLE>
17 17
<script language="JavaScript">
18 18
   function PutFocus(theForm) {
19
	theForm.Go.focus()
19
	theForm.username.focus()
20 20
   }
21 21
</script>
22 22
</HEAD>

Also available in: Unified diff