User Registration
First Name
Last Name
E-Mail

What languages do you program in?
Java   C++      C
Perl   COBOL VB
How often can we notify you regarding your interests?
Weekly   Monthly   Quarterly
<%-- Create the bean only when the form is posted --%> <% if (request.getMethod().equals("POST")) { %>


You submitted:

First Name:

Last Name:

Email:

Languages:
<% String[] lang = formHandler.getLanguages(); if (!lang[0].equals("1")) { out.println("

"); } else out.println("Nothing was selected
"); %> Notification:

<% } %>