View Single Post
Old 10-23-2008, 08:37 AM  
Sands
Confirmed User
 
Sands's Avatar
 
Join Date: Feb 2007
Location: 418194907
Posts: 3,134
Quote:
Originally Posted by VikingStar View Post
Right now I just have a link to the members section, and when clicked it pops out the login window.
But I want to create a login form with username and password fields. How do I do that? Can someone past me the code for this form? Thanks!!

I tried with this form but it does not work:

<form method="post" action="http://www.mysite.com/members/">
<input name="user" type="text" size="20" maxlenght="18" value=""><br>
<input type="password" name="pass" value="" size="15">
<input class="button" type="Submit" name="login" value="Login">
</form>
This form HTML looks fine, and so I'm guessing the problem is with the user-authentication script that the form is submitting to.
Sands is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote