Basic_Ecommerce_Web_Page A basic web E commerce page. With personalized form validators.
THIS IS AN EXAMPLE This project show this web page with the basic functionality linking its pages and having validators in it's forms. Here we have 5 pages: -Index.html -login.html -agregar-productos.html -detalle-producto.html -galeria-productos.html
ABOUT THE PASSWORD FIELD IN LOGIN PAGE
To enter to agregar-productos.html you must submit an email and a password prhase than must content at leas 1 capital letter, 1 lowercase letter, 1 number and 1 symbol, the minum length of the password is 8 letters and the maximum length is 12 characters.
In next pojects I'll use a more interactive web behavior applying CRUD with JavaScript.