Focus username in login form

Anything you want added or changed in future versions of ZoneMinder? Post here and there's a chance it will get in! Search to make sure it hasn't already been requested.
Post Reply
MILxDOT
Posts: 64
Joined: Wed Mar 29, 2006 5:12 am

Focus username in login form

Post 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
User avatar
zoneminder
Site Admin
Posts: 5215
Joined: Wed Jul 09, 2003 2:07 pm
Location: Bristol, UK
Contact:

Post by zoneminder »

Good suggestion, I will add it into the next release.
Phil
Post Reply