PDA

Click to See Complete Forum and Search --> : password authorization


markman
Jan 16th, 2001, 04:42 PM
I need help on how to make a page like oznet.ksu.edu where the name is emailed to a certain address and if the password equals markman, it will direct you to another page and if it is not equal it will send you to another page.
Thank you

markman
Jan 17th, 2001, 03:22 PM
what about any part of the above?
here is a link if you were to lazy to type it in on your browser(as i would be :) )
oznet.ksu.edu (http://oznet.ksu.edu)

Jan 17th, 2001, 07:24 PM
That sort of authentication looks like .htaccess for Linux or Unix. Real simple if that is what it is.

JSP (so I suppose ASP) and JavaScript (so I suppose VBScript) or CGI should give you similar results. But I'm thinking of generating the HTML content and never showing the real URL.

I'd be surprised if the site you had actually waits for an email response.