I'd like to build a link to a secure directory through a very simple form; just two fields-- ID and password -- and a 'submit' button.
I'd like it so when someone enters his ID and password and hits the button it just links to the file in the secure directory (like http://username@password.domainname.com/secure_dir/file.html).
Is this possible without using ASP, PHP, PERL or anything to technical?