|
do you host your own site? or do you have a hosting company? most of the time, with a hosting company, they allow you to password protect a directory.
if you don't have that, then you are left with 2 different options.
1. javascript ( this is bad ) .. javascript runs on the client side, so it will most likely very easily be hacked.
2. server-side scripting. you can use server-side scripting languages such as php, asp, or jsp to do this .. the draw back is that you must have support for one of these languages, and also have a little experience to program it.
give us a little more information .. do you host your own site? do you have any server-side languages available? does your web host ( if you have one ) offer password protection? how sensitive is the content of your site?
__________________
Mike
|