I know signing up for a site can be done with cgi but it can be done with javascript with a user name and password but with javascript can you make it hold multiple passwords?
JavaScript is strictly a client side language, so it cannot be used to create a user login system where retaining/saving information is neede. A popular duo for creating login systems is through PHP and mySQL.
__________________
- George
- JavaScript Kit- JavaScript tutorials and 400+ scripts!
- JavaScript Reference- JavaScript reference you can relate to.