<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1"%> <%! int counter = 1000000; %> Request Counter <% ++counter; %> You are visitor #<%= counter %>.