Click to See Complete Forum and Search --> : Getting Started With Passwords


schizo-fanatic
02-29-2004, 04:13 AM
As I posted previously, I know programming but this js is all new to me. If I have a site and I want to require passwords to download mp3 files, how would this work? I'm not looking for hardcore security cuz it's just my stupid site but I did want to get started using passwords. I would greatly appreciate any advice.

AdamGundry
02-29-2004, 07:04 AM
Server-side code would be better, but if you want JS: http://webdevfaqs.com/javascript.php#protect

Adam