Enter Key

Scooter

Freshman
Joined
Nov 18, 2003
Messages
49
Is there a way to change the Enter Key from validation to have it act it as a Tab key(field exit)?
 
It is not recommended to change the Web behaviour...

It can be done. First you need to find way to disable the submit button to postback, I will suggest you not use web buttons and use javascript to trigger the post back. Second, in key action events, you can capture the 'enter' and move the cursor to whatever fields...
 
Back
Top