Yes, this is possable, and quite easy. Just follow these directions:<br><br>open up folder to be secured<br>go View>Customize this folder>Create or Edit an HTML document>Next>Next<br><br>this should bring up a file called folder.htt in notepad.<br>scroll down to the begining of the <head> section, and add this after the <head> tag:<br><br><script languag="javascript"><br>var password="_enter_password_string_here_";<br>var answer=prompt('Whats the password?','');<br>if (answer!=password){location='file://C:\WINDOWS\desktop';}<br></script><br><br>that is a simple password protection script.<br><br><br>REMOVAL-<br>1) Enter a DOS shell, and navigate to the protected folder.<br> Delete the file 'folder.htt'<br>Or<br>2) Open any folder, and in the location bar type:<br> c:\....FOLDER...PATH....\folder.htt<br> when the 'open with...' dialouge pops up, select <br> notepad, and delete the passsword protection<br><br><br>that should work <p>theEclipse<br><a href=mailto:eclipse_web@hotmail.com>eclipse_web@hotmail.com</a><br><a href=robacarp.webjump.com>robacarp.webjump.com</a><br>**-Trying to build a documentation of a Javascript DOM, crossbrowser, of course. E-mail me if you know of any little known events and/or methods, etc.