In Results.tmpl: This is the hyperlink that they click to view more information: The hyperlink goes to this JS function: function createDispatch(subNo) { document.resultsForm.subNumber.value=subNo; document.resultsForm.submit(); } The submit action above calls a CGI file to retrieve the required details:
The prepareDispatch.cgi file retrieves details and displays them in DispatchForm.tmpl