> Please,
>
> As I make to make keyboard key <ENTER> to function equal keyboard key
> <TAB>
>
> Thanks
>

Assuming you are talking about page that is displayed on user's browser.
You cannot use PHP to do that, PHP simple does not have control.
However, you can catch key pressed event (onkeydown) using JavaScript.
For example, if you can submit form when tab is pressed, you can write
JavaScript to do that.

Regards,

Yasuo Ohgaki

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to