Brent Clark wrote:
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


Stick this in the body tag

<body onload="document.form1.textboxname.focus();">

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



Reply via email to