Hey there,

I'm currently doing a piece of coursework for uni involving Java, but i've hit a brick wall, and any help would be appreciated.

I am writing a web page that is a registration form, which asks the user for thier name, address, email, password etc. I have done this and also got it to verify each field isnt blank (if it is an alert pops up), and i have verified the email address is of a valid format and that the password and the verify password match.

What i need from some helpful person is 2 things :-

1)I need to verify fields such as the name field that no numbers have been input and also the telephone number field to make sure no letters or characters have been entered.

2) Once everything has been verified etc, i want a pop up box to say sumthin like, "these are the details you entered", and i need the box to display all the details in the one box (name,address, phone, email etc, but obviously not password).

ANY help would be greatly recieved,

thanks