#Table 1 print "
| $links | "; } print "
| Members of group: | Jobs that group can do: |
| Text on the way | Text on the way |
##
$.ajax({
type:'POST',
url:'testScript.cgi',
data:{'text' : text},
success: function(data) {
console.log(data);
}
dataType: 'json'
});