String link = "javascript:document.forms[0].submit() onClick=\"return processParams(" + classOid + ")\" "; classbreadCrumbSelect.add("" + className + ""); //Load the link into my arrayList
for (String unitkey : unitbreadCrumbSelect) {
out.print(" | " + unitkey + " | ");
} //outputs to the JSP.
The error states that ) is missing and says page done with errors in IE.
The link works perfectly and does what I want. Basically I just need to know if there is a syntax error or if IE is just being annoying.