Help for this page

Select Code to Download


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