Forum Discussion
EOMDevelepors
7 years agoQrew Captain
I figured it out. I just replaced
document.location.href = dbidTable + "?a=dr&rid=" + QBU_rid;
with
$.get() & location.reload(true);
Can anyone help me with changing the button to a pic from the library.
document.location.href = dbidTable + "?a=dr&rid=" + QBU_rid;
with
$.get() & location.reload(true);
Can anyone help me with changing the button to a pic from the library.