Page 1 of 1

onload not working

Posted: Thu Nov 24, 2016 5:36 pm
by mlawton
Is there a reason why the event "onload" does not work? I have some JavaScript functions I would like to trigger automatically, which onload would do when a form or object is loaded, but this does not work. Instead I have to use onmouseover or onclick for an object which means the user has to trigger the function before it works. Is there a workaround for onload?

Re: onload not working

Posted: Wed Dec 14, 2016 7:58 am
by admin
mlawton,

Just put them inside the Javascript section of the Form.

They should automatically run when you open the Form.

Steven