Insert-JDBC
counter example in JSP
JSP Counter to find number of hits
<%@ page language="java" %> <%! /** Declaring variables in this section counter is only valid thorugh server uptime, if its restarted it set to zero agai **/ int i=0; // we %> <% ++i; %> <%-- JSP Comments --%>
Counter example
you are visitor hit number is:<%=i %>
Please send comments to
vgdarur.javafive@blogger.com
Copyright © 2008 - iForeRunner.com
http://www.iforerunner.com/