PDA

View Full Version : Logon script for secure website


Wesley
08-28-2002, 09:42 PM
Can someone please point me in the right direction. I need to be able to have users click on a hyperlink on my page that goes to a password protected website and log them in automatically with a generic username and password. When you go to the password protected site a basic Windows' "Enter Username and Password" pops up. I need to know how to write the username and password into the popup and submit it. I am very new to java and not even sure if this is the best approach or maybe I should try another scripting language to accomplish this. PLEASE HELP!

Wesley

beetle
08-28-2002, 10:21 PM
Javascript is most unsuited for what you ask. Check the PHP forum. There's some knowledgable people there, plus firepages cooked up a cool installation tools for new PHP users.

danfuniel11
08-28-2002, 10:30 PM
Wesley, try this link, maybe it will help you
http://www.dynamicdrive.com/dynamicindex9/password.htm
it's pretty simple way of doing that, and if u don't have to many users, this might help ...
:D dan