Hi,
I tried calling a javascript function from the submit button but it didn't work. I set the submit button target to URL and then added this line:
javascript:doSubmit('submit');fn_map('submit');
How can I call javascript function from the submit button? I'm using the APEX submit button based on a template.
Thanks