Help for this page

Select Code to Download


  1. or download this
    
    <form method="POST" action="somescript.cgi" onSubmit="addHiddenFields(
    +this)">
    
  2. or download this
    
    function addHiddenFields(myform) {
         myform.delCode1.value = myform.delCheck1.value;
    }