Quantcast
Channel: ASPRunner forums
Viewing all articles
Browse latest Browse all 2586

[SOLVED] Want to use enter instead of save button (add record)

$
0
0
Phprunner 9.8

Under Add Page: Javascript onload event:

$(document).keyup(function(e) {
if (e.keyCode == 13)
{
$("input[id^='saveButton']").trigger('click');
}
});

But it did not work.
What can I do???????

Normann

Viewing all articles
Browse latest Browse all 2586

Trending Articles