Disable Tab-key?

Is there a way to disable the tab key when you want somebody to fill in you input-text fields. Current situation: everytime the tab is pressed, I jump to the nearest button and it gets an ugly yellow border. Even de buttons that are supposed to be hidden get highlighted.

here’s what I’m talking about: http://www.tecton.be --> fill in the contact form and use your tab key.

thanks a lot

Stanley

I don’t think that you can disable the tab key, but you can remove the focus on your buttons. Check that in the AS dictionnary, and if you can’t find it, I’ll give it a shot.

pom :asian:

you will have to use tabenabled for all the fields you do NOT want to tab through. Set those values to false. Then, go through all your fields and use Tabindex to determine the correct tab order for your input fields and your submit/reset buttons.

Good luck…

oh… Nice Site!

Arghh ! Sometimes I should just shut up… Thanks Inigo.

pom :asian:

Hi pom and Inigo
I appreciate the effort, thanks
I’ll see how far I get with your suggestions.

I’ll let you know
Stanley

No problem, Pom…

It happens to me all the time… I can’t see the forest from the trees. :slight_smile: