PDA

View Full Version : Looking for...



TheRunes
December 17th, 2000, 13:31
I dont know if one exists but...
I am looking for a javascript password script that has each of the following:
1. the actual script and /or the passwords are in an external file
2. the password is entered into an html form not a java script popup
3. there is only 1 field needed... for the password
4. once entered an html file will load in a specified frame

If one exists let me know...
I know it is possible for these features.
I am learning javascript so I cant make it.

You can email me as well...

Chicken
December 18th, 2000, 01:13
Javascript? Why not just .htaccess/.htpasswd ? Or cgi, php scripts that are already out there?

TheRunes
December 18th, 2000, 08:19
the thing is most free web hosts out there dont have access to those.

razor
December 18th, 2000, 16:00
javascript passes are insecure because u can see the pass in the html files

TheRunes
December 20th, 2000, 14:06
Thats why I want the javascript in an external file that I can call from the script tags in my page... It will be secure enough for my needs I dont need any fancy stuff, just something to keep out most of the people I dont want in there.