<%! int pageCount = 0; void addCount() { pageCount++; } %> PageCounter.jsp <% addCount(); %> This page has been visited <%= pageCount %> times.