UBB.Dev
Posted By: cyberspring Login Username - 09/17/2001 1:16 PM
Concerning the username and password box's on the login page..
Make the registered users name auto entered & also set focus on the password box...

I've had several requests for this, can it be done? code? TIA
Posted By: Ell Re: Login Username - 09/17/2001 3:02 PM
Not sure what you mean about the auto-entered part. If the UBB knew who the user trying to log in was, it wouldn't need them to log in!

To set focus to the username box, append the body tag in public_login.pl with:

onload="javascript:form.username.focus();"

and append the form tag in that file with:

name="form"

that should do it, I think... untested.

[ 09-17-2001: Message edited by: Borg ]
© UBB.Developers