Posts by Charles Michel - cmbr25 • 1 point
2 posts
-
0
votes1
answer28
viewsA: How to implement in VB . ASPX the action of ENTER key as TAB?
1º Create the function to be used on the screen or in an external script file s. In my case I created the name of Entercomotab, follows below code: Function Entercomotab(e) { var evt =…
-
0
votes1
answer28
viewsQ: How to implement in VB . ASPX the action of ENTER key as TAB?
I would like to know how to implement in the file’s onKeyDown event . aspx so that when pressed the ENTER key (code = 13) behaves like the TAB key (code = 9). This is generic so it can be reused on…