- or download this
function perform_action(link,form_handled)
{
...
form.action=link;
form.submit();
}
- or download this
<form method="post" name="<% $form_name %>">
...
</form>
- or download this
<button type=button onclick="perform_action('<% component_path %>'
+,'<% $form_name>%')">submit</button>