Skip to content

codesmash77/javascript-assignments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

javascript-assignments

Simple html form assignment Write a program that shows a form on web browser, with fields email, password, sex (drop down with option of male, female, other), Role ( Radio button with option of Admin and User), Permissions (Checkbox with option Perm1, Perm2, Perm3, Perm4), Submit button. On clicking Submit button, following validation should take place All fields should be filled. Email should be valid password should be min 6 character with MIX of Uppercase, lowercase, digits At Least 2 permissions should be ticked. If all validation passes, the form and submit button should disappear and all the filled in details in the form should appear with a Confirm Button.

image

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors