|
|
|
|
![]() ![]() |
Nov 23 2005, 12:51 PM
Post
#1
|
|
|
Premium Member ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 175 Joined: 10-September 05 Member No.: 11,692 |
Hi, I have this HTML Code in my website. At the moment when someone inputs a username and password (no matter who they are) it just directs them to: http://www.zaccynetwork.com/ ...
What I want to do is have it so that the Members can Access a Password Protected Folder. And instead of having Windows prompting for the username and password they just type it into a box on the main page. QUOTE <TBODY> <TR> <TD align=right height=25>Username:</TD></TR> <TR> <TD align=right height=25>Password:</TD></TR> <TR> <TD align=right> </TD></TR></TBODY></TABLE></TD> <TD> <FORM name=form1 action=http://www.zaccynetwork.com/ method=get target=_self> <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0> <TBODY> <TR> <TD align=middle><INPUT id=username maxLength=10 size=10 name=username> </TD></TR> <TR> <TD align=middle><INPUT id=password type=password maxLength=10 size=10 name=password></TD></TR> <TR> <TD align=middle><INPUT type=submit value=Submit name=Submit> </TD></TR></TBODY></TABLE></FORM></TD></TR></TBODY></TABLE></TD></TR> Thanking you in advance for your help. |
|
|
|
Nov 23 2005, 07:40 PM
Post
#2
|
|
|
apt-get moo ![]() Group: [MODERATOR] Posts: 2,238 Joined: 28-May 05 From: Devon, England Member No.: 7,593 ![]() myCENT:61.46 |
You have set the action as http://www.zaccynetwork.com/. When the user pushes the Submit button it will take them to the page listed in the action. This is your homepage, which doesn't appear to do anything with the information given. You need to set the action to a script to do something with the information submitted.
|
|
|
|
![]() ![]() |
Similar Topics
|
Lo-Fi Version | Time is now: 23rd November 2008 - 12:43 AM |