<% // Written by Brad Simonin. // This Java Server Page builds a data entry form for GuestBook entry. %> <%@ page language="java" import="java.sql.*,java.io.*, java.util.*" %> <% response.setContentType("text/html"); %> <% String userAgent = request.getHeader("User-Agent"); String SqlString = null; String MyCookie = null; %> Sign my Guest Book using a JavaServer Page

Brad's World on the Web

  Sign my Guest Book using JavaServer Pages

 

Name:
Occupation:
City: State:
E-mail:
Web Page:

Thoughts or Comments:

 

Or to view the source code of this JavaServer Page click on the following hyperlink: CreateGuestBookForm.jsp