Help for this page

Select Code to Download


  1. or download this
    #Table 1
    print "<TABLE border=22>";
     foreach $tmp (@splitarray) {
    ...
      };
    
    </script>";
    
  2. or download this
    $.ajax({
                    type:'POST',
                    url:'testScript.cgi',
    ...
                    }
                    dataType: 'json'
                    });