Help for this page

Select Code to Download


  1. or download this
    function redirect() {
        if (document.fred.ID[0].checked) {
    ...
        }
        return false;
    }
    
  2. or download this
    <form name="fred" onSubmit="redirect()">