1. Open the folder to be password-protected, select "Custom Folder", choose to edit the HTML template of this folder, and click "Next".
2. In the opened FOLDER file, find SCRIPT LANGUAGE="JAVASCRIPT" and enter the following at the top below it:
var pass = prompt("Please enter the password"
if(pass != "123"
{window.location="c:"}
After modification, save and exit, click Finish. Enter the password you set in the first password prompt box to enter, then exit and enter again to take effect. "123" can be changed to the password you want.
2. In the opened FOLDER file, find SCRIPT LANGUAGE="JAVASCRIPT" and enter the following at the top below it:
var pass = prompt("Please enter the password"

if(pass != "123"

{window.location="c:"}
After modification, save and exit, click Finish. Enter the password you set in the first password prompt box to enter, then exit and enter again to take effect. "123" can be changed to the password you want.

