Re: [PHP] Text Box question

2004-04-21 Thread Brent Clark
>You can use javascript to perform this... Do the following: > > document.formName.boxName.focus(); // set the focus to the box > Thank you Worked like charm Much appreciated Kind Regards Brent Clark -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http:/

Re: [PHP] Text Box question

2004-04-21 Thread "Miguel J. Jiménez"
You can use javascript to perform this... Do the following: document.formName.boxName.focus(); // set the focus to the box Brent Clark escribió: Hi all I have a problem where, when I click on a link and when the page is finish loading I would like for the cursor to ready in the corr

[PHP] Text Box question

2004-04-21 Thread Brent Clark
Hi all I have a problem where, when I click on a link and when the page is finish loading I would like for the cursor to ready in the correct html text box. I cant seem to find a solution If anyone could help, that would be most appreciated Kind Regards Brent Clark -- PHP General Mailing List (h