Help for this page

Select Code to Download


  1. or download this
    function submitit() {
      w_action=window.open('$self_url','action');
      document.forms['main'].submit();
    }
    
  2. or download this
    <INPUT TYPE=BUTTON value=submit onClick='submitit()'>