View Single Post
  #1 (permalink)  
Old 03-27-2008, 03:53 AM
sylo18 sylo18 is offline
Member
 
Join Date: Oct 2007
Posts: 11
sylo18 is on a distinguished road
n00b at JSP - Need help
hey all
im doing coursework at the moment at uni and am really stuck on one part so if u guys could help would be amazing.

iv made this form Untitled Document

and my task is this

Quote:
Create a JSP page which processes the request from the form in question 1 and which re-validates the form input in exactly the same way as described in question 1, and then either displays a mailto: link to the supplied email address if the form parameters are valid or an error message describing the error (non-numeric student number, incorrect length, non-identical student numbers).

so if anyone could either make the page or point me in the right direction as iv never done anything with JSP before..

o and for added info here was question one

Quote:
Create a registration form to be used to sign up to a University society, allowing the user to enter a name and email address in text fields and two copies of a student number in password fields. Use JavaScript to validate the form so that it only submits if the first of the two student number fields is numeric, exactly 8 digits long and that the two copies of the student number are identical and have and email check with basic email settings requiered ie @.
Reply With Quote
Sponsored Links