+ "');javascript:history.go(-1)</script><center></center>");
else if (ValidatorConstant.AJAX_OUT_LOC.equals(this.showErrType))
this.print(this.context.getResponse().getWriter(), error);
else if (ValidatorConstant.DWZ_JSON_LOC.equals(this.showErrType))
this.print(this.context.getResponse().getWriter(),
new CallBackJson(error).toString());
else if (ValidatorConstant.JAVASCRIPT_LOC.equals(this.showErrType))
this.print(this.context.getResponse().getWriter(), "<script>"
+ error + "</script>");
else {
// 如果是填写跳转页面的话