Make Enter Key act like Tab

P

pmclinn

I have a couple of Payroll coordinators I'm trying to acclimate to the
(asp.net) web but they are having a hard time getting use to using tab
instead of the Enter Key.

I have read in a couple of posts that this must be done using
JavaScript.

Does anyone have any code for doing this? I want all textboxes to tab
with the enter key.

-Peter
 
P

pmclinn

I just found the asp.net group, sorry about this post.

I did solve this problem by posting the following in the form tag
onkeydown="if(event.keyCode==13)event.keyCode=9"
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top