I want to attach an "onclick" event in cilent side before the form is submit. where should I put the javascript method?
In usual .net project it can write like this:
<input type="button" text="submit" ruant="server" onclick="return form_submit();" />
How do I achieve it in Aars?