[imp] Focus cursor in username field
steeman philip
philip.steeman@kh.khbo.be
Mon, 6 Nov 2000 09:55:51 +0100 (CET)
I also find this simple and usefull. Is it possible to put this in the CVS
of 2.2 (or is there a reason not to put this in)?
For compose: put this in compose.inc
<script language="Javascript">
<!--
document.compose.to.focus();
//-->
</script>
Philip
On Sat, 4 Nov 2000, Marco Obaid wrote:
> Some users complain that they are getting tired of pointing the mouse and
> clicking in the username field everytime they need to login. I included
> the following line in login.inc towards the end of the page before
> </body>.
>
> <script language="Javascript">
> <!--
> document.implogin.imapuser.focus();
> //-->
>
> It is working fine now.
>
> I just wanted to pass this on ...
>
> Thanks to all of you
>
>
> ------------------------------------------------------
> This mail is sent through MUW Webmail: webmail.MUW.Edu
>
> --
> IMP mailing list: http://horde.org/imp/
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: imp-unsubscribe@lists.horde.org
>