<% String id=request.getParameter("newsid"); // Ask the browser not to cache the page response.setHeader("Pragma", "no-cache"); response.setHeader("Cache-Control", "no-cache"); response.sendRedirect("../../software-technology-news/software-news.jsp?newsid="+id); %>