Welcome to the nuBuilder Forums!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
admin
Site Admin
Posts: 2825 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times
Unread post
by admin » Fri Feb 12, 2016 1:56 am
Dalkeith,
You could put the following in the JavaScript section of the Form.
Code: Select all
function nuLoadBrowse(){
$('#nuSearchButton').focus();
}
Steven
admin
Site Admin
Posts: 2825 Joined: Mon Jun 15, 2009 2:23 am
Been thanked: 29 times
Unread post
by admin » Fri Feb 19, 2016 4:17 am
Dalkeith,
Try
Code: Select all
function nuLoadEdit(){
$('#nuButton0').focus();
}
Steven