Page 1 of 1

Focus username in login form

Posted: Mon May 01, 2006 3:34 pm
by MILxDOT
Hey Phil,

One thing that I am always asked to do is have the cursor jump to the username field automatically on page load.

Here is how I do this in zoneminder:

In file zm_html_view_login.php

change the following:

<body>

to

<body onLoad="document.forms.login_form.username.focus();">

Thanks!

Mike

Posted: Tue May 02, 2006 9:29 am
by zoneminder
Good suggestion, I will add it into the next release.