Help for this page

Select Code to Download


  1. or download this
    var flag = 0;
    function StopSubmit() {
      if(!flag) { flag++; return 1; } 
      return 0; 
    }
    
  2. or download this
    <form onSubmit="return StopSubmit();">