My js code is like this:
window.location.href = "servletAnnotation?"+paramString;
servletAnnotation is a webservlet annotation. Firefox and Chrome both run successfully. IE shows HTTP Status 404. Why IE can not identify the url? How could I make it work successfully?