Focus username in login form
Posted: Mon May 01, 2006 3:34 pm
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
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