hi everyone, i have a website and i want to set a password so only the persons who have my password could have access to the website... add to i have an application(form) so how could i get the applied data sent to my email??? anyone could help????
You want to password protect your website? Use htaccess and/or a language like PHP/PERL/ASP. For the form, you can use HTML form and a language like PHP/PERL/ASP to process it. Here is a form script I created: http://www.free-php-scripts.net/P/Contact_Form Peace,
javascript is not secure , anyone can see the source code . use php/mysql or as frankcow mentioned use .htaccess directory password protection .