Jump to content
xisto Community
Sign in to follow this  
Jesse

Login Help Required For Website

Recommended Posts

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://forums.xisto.com/no_longer_exists/ ...

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.



                                <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://forums.xisto.com/no_longer_exists/ 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. B)

Share this post


Link to post
Share on other sites

You have set the action as http://forums.xisto.com/no_longer_exists/. 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.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.