Cursor to 1st fllable field? [message #170100] |
Sun, 10 October 2010 17:39  |
Twayne
Messages: 135 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
Hi,
PHP-HTML forms:
How do I preset the cursor to the first fillable field on a .php page? I
can't figure out how to do it in PHP OR HTML! Have googled, visited php.net
and w3schools with no luck. All I want is to open the page with the cursor
preset in the first input field.
I do not wish to use javascript or Flash to accomplish this unless I
really have to. I've looked at several sites that do it but without result,
which I'm assuming is because they're using php. At least I can't see
anything else referenced.
TIA
Twayne`
--
Life is the only real counselor; wisdom unfiltered
through personal experience does not become a
part of the moral tissue.
|
|
|
|
|
|
|
|
|
Re: Cursor to 1st fllable field? [message #170136 is a reply to message #170107] |
Mon, 11 October 2010 23:52  |
Twayne
Messages: 135 Registered: September 2010
Karma: 0
|
Senior Member |
|
|
In news:i8t1kj$akv$1(at)news(dot)eternal-september(dot)org,
Jerry Stuckle <jstucklex(at)attglobal(dot)net> typed:
> On 10/10/2010 1:39 PM, Twayne wrote:
>> Hi,
>>
>> PHP-HTML forms:
>> How do I preset the cursor to the first fillable field
>> on a .php page? I can't figure out how to do it in PHP OR
>> HTML! Have googled, visited php.net and w3schools with no
>> luck. All I want is to open the page with the cursor
>> preset in the first input field. I do not wish to use
>> javascript or Flash to accomplish this unless I really have to. I've
>> looked at several sites that do it
>> but without result, which I'm assuming is because they're
>> using php. At least I can't see anything else referenced.
>>
>> TIA
>>
>> Twayne`
Good Point; so logical NOW<g>!
Twayne`
>>
>>
>>
>
> You can't do it with PHP - PHP can do nothing to affect the
> browser except send HTML.
|
|
|