Outline ·
[ Standard ] ·
Linear+
Help me to create a simple html, With keyboard navigation
|
khanming
|
May 25 2022, 10:50 PM
|
Getting Started

|
QUOTE(Skylinestar @ May 21 2022, 09:48 PM) I want to use directional keys, not tab. Hi, try this. But "event.which" does not support arrow key keycode, you use Numpad Up(8) and Down(2) arrow key to scroll...... Please let me know what you think. This post has been edited by khanming: May 25 2022, 10:57 PM Attached File(s)
index_v0.03.zip ( 458bytes )
Number of downloads: 3
|
|
|
|
|
|
khanming
|
May 25 2022, 11:02 PM
|
Getting Started

|
QUOTE(Skylinestar @ May 21 2022, 09:48 PM) I want to use directional keys, not tab. I fixed it after referring to StackOverflow. Have to use "onkeydown" not "onkeypress" to detect arrow key. Done! Attached File(s)
index_v0.04.zip ( 458bytes )
Number of downloads: 5
|
|
|
|
|