----- Original Message ----- 
From: "matthew perry" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Wednesday, April 28, 2004 5:44 AM
Subject: [PHP-DB] Cursor in text box.


> My users complain about everything. 
> The most common is "Why do I have to move the mouse over to this box 
> every time?  Waaaah!"
> How do I get the cursor to que into the first input area of my form?
> 
> -Matt

easiest way IMO is :

<body onload="document.formname.inputname.focus()">

Hope it helps.

> 
> -- 
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 
> 
> 

-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to