User manual

<img border="0" src="Welcom1.gif" width="280" height="196"></p>
<p>&nbsp;</p>
<p align="center"><font size="4">Please Enter Your Login
Information</font></p>
<p align="center">Cell Phone Number&nbsp;<input type="text"
name="cellphonenumber" size="20"></p>
<p
align="center">PIN&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;&nbsp;&nbsp;&nbsp;<input type="password" name="pin" size="20"></p>
<p
align="center">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nb
sp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
<INPUT TYPE="submit" VALUE=" SUBMIT " OnClick="return
checkValidation()" >&nbsp<INPUT TYPE="reset" VALUE=" RESET
"></FORM><HR>&nbsp;&nbsp;</button></p>
<p>&nbsp;</p>
<P>The content of these web pages is not generated by and does not
represent the
views of Santa Clara University or any of its departments or
organizations. </P>
<P class=style3>The content of these web pages is not generated by and
does not
represent the views of Santa Clara University or any of its departments
or
organizations.</P>
<P>&nbsp;</P>
</form>
</body>
</html>
16.2.2 Java Servlet and Phonebook Page (cpd2.java)
//Programmed By Wilson Le and Anders Hur
//Senior Design 2006
//Code for Website
/***********************************************************************
******
* CPDSServlet.java
************************************************************************
*******/
import javax.servlet.*;
import javax.servlet.http.*;
import java.io.PrintWriter;
import java.io.IOException;
import java.sql.*;
/**
* This class gets data from HTML, writes data to the SQL database,
* and display results as HTML.
*/
public class cpd2 extends HttpServlet
{
private String cellphonenumber;
47