How to include JSPs file from another folder

JavaScript
<jsp:include page="../header/navigation.jsp"></jsp:include>
Source

Also in JavaScript: