Description: How\'z it goin\'... This is the first in a series of script tips meant to discuss and describe the concept of creating password protection through JavaScript. I have three scripts, each better or worse than the last depending on your point of view, to show you. Each uses a different method of password protection. You choose which one you think is best. The three are: Password in script - hide script Password equal to page name Password encrypted through arrays All three are...