<%@page contentType="text/plain"%> <% String redirectURL = "http://ww3.bgbm.org/biocase/querytool/grouping.cgi?dsa=synthesys&schema=DarwinCore&groupby=Scientific_Name"; String [] theListOfTaxonomicSearchKeywords = request.getParameterValues("taxon"); for (int i=0, n=theListOfTaxonomicSearchKeywords.length; i < n; i++) { redirectURL = redirectURL + "&conScientific_Name=" + theListOfTaxonomicSearchKeywords[i] + "*"; } response.sendRedirect(redirectURL); %>