[PHP-DB] Cursor in text box.

2004-04-27 Thread matthew perry
My users complain about everything. The most common is Why do I have to move the mouse over to this box every time? Wh! How do I get the cursor to que into the first input area of my form? -Matt -- PHP Database Mailing List (http://www.php.net/) To unsubscribe, visit:

Re: [PHP-DB] Cursor in text box.

2004-04-27 Thread John W. Holmes
matthew perry wrote: My users complain about everything. The most common is Why do I have to move the mouse over to this box every time? Wh! How do I get the cursor to que into the first input area of my form? JavaScript, not PHP. document.yourform.yourtextbox.focus(), I think. -- ---John

Re: [PHP-DB] Cursor in text box.

2004-04-27 Thread Justin Patrin
John W. Holmes wrote: matthew perry wrote: My users complain about everything. The most common is Why do I have to move the mouse over to this box every time? Wh! How do I get the cursor to que into the first input area of my form? JavaScript, not PHP.

Re: [PHP-DB] Cursor in text box.

2004-04-27 Thread Uzi Klein
- 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