[imp] "focus" for webmail.

Christopher Crowley ccrowley@tulane.edu
Tue, 28 Aug 2001 16:02:51 -0500


I found the answer in the archives after tweaking my search a little. 

>From the archives:
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();
> file://-->
>
> It is working fine now.
> > Hi -
> > 
> > I would like to insert a line into the login page: 
> > onload="document.a.login.focus();"
> > 
> > Where should I insert this in the imp structure to force this to occur?