R
REB
I have a very long web form and some users have requested a quick way to
save it without having to scroll to the bottom.
Is there a way I could make a keyboard shortcut to exceute a button's
onclick event? For example if a user hits ctrl-s the save button's on click
event would fire to save the form or if it was a update ctrl-u would fire
the update on click event?
save it without having to scroll to the bottom.
Is there a way I could make a keyboard shortcut to exceute a button's
onclick event? For example if a user hits ctrl-s the save button's on click
event would fire to save the form or if it was a update ctrl-u would fire
the update on click event?