I need all the HTML and Javascript code to make a web page do the following
:
>Create a New Page;
Sign Up For New Account!
>Add javascript that fires on page load; alert(“page reloaded”);
>New form with 3 fields:
1. “username” text field, cannot be blank
2. “Password” field, min 5 character length
3. “verify password” field, must match password
>Submit button
Javascript Validation
>onSubmit=“return validate();”
>If any field is empty give warning to user, return false
>If password field less than 5 long, return false
>If password and verify password don’t match, return false
>Else alert them that they did it correctly, return true
2007-03-21
05:20:59
·
3 answers
·
asked by
3ST4X
2
in
Computers & Internet
➔ Programming & Design