User manual
<img border="0" src="Welcom1.gif" width="280" height="196"></p>
<p> </p>
<p align="center"><font size="4">Please Enter Your Login
Information</font></p>
<p align="center">Cell Phone Number <input type="text"
name="cellphonenumber" size="20"></p>
<p
align="center">PIN
<input type="password" name="pin" size="20"></p>
<p
align="center"> &nb
sp; &nb
sp;
<INPUT TYPE="submit" VALUE=" SUBMIT " OnClick="return
checkValidation()" > <INPUT TYPE="reset" VALUE=" RESET
"></FORM><HR> </button></p>
<p> </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> </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