Hi, In the jsp page where I have included header.jsp and footer.jsp, I am trying to add the link "Back to Top" in the footer.jsp. when I used the common code like: <a href="#top">Back to top</a> When I tested this jsp page in the browser, I found the link is changed to <a href="footer.jsp#top">Back to top</a> ==> Can you give your suggestion? Thanks in advance. David