Using Enter instead of TAB

Hi Guys,

I have a screen with a lot of text boxes on for the user to fill in, this is an online version of a very old databse they used to use. In the old Access DB they used to hit the enter button to move between fields.

Is it possible to capture the enter button using PHP and MySQL to make it feel like the old system for them.

cheers

Andrew

It is, but not with PHP or MySQL. JavaScript can help you out with capturing keystrokes. I don’t really see the problem though. Tab suits the job quite nicely for 99% of the earth’s population.

Sponsor our Newsletter | Privacy Policy | Terms of Service