build-a-host
April 7th, 2009, 15:28
Hello all, I am working on a new website design for my website. The template I bought has a login form at the very top of the page, and I would like to use it but, I have no idea how to code it so that it works correctly.
I was hoping one of you might be able to code this little bit for me so that it works. In return I could offer a small reseller account but, thats about it at the moment.
The login form is located at the top of the page here (http://abudgetwebhost.com/test/).
The current code for the form is:
<form action="" method="post" name="login" class="login">
<img style="float:left;" src="images/mem_area.gif" alt=" " width="115" height="15" />
<input name="text" value="login" type="text" onclick="this.value=''" /> <input name="text" value="password" type="text" onclick="this.value=''" /> <input name="reset" type="reset" value="" style="width:50px; height:18px; vertical-align:middle; background:url(images/button_login.gif) no-repeat top right; border:0px none; cursor:hand; cursor:pointer; float:right; margin-top:-20px;"/>
</form>
And I would like to user to be logged into my client area at http://abudgetwebhost.com/clients.
I have a login form up and running on the current design (http://abudgetwebhost.com) (up in the top left) but, it isn't setup the same as the one on the new design. If it helps, the code for the existing login is:
<FORM action=http://abudgetwebhost.com/clients/index.php?fuse=admin&action=Login method=post>
Client Area Login
<br />
<TABLE cellSpacing=0 cellPadding=1 border=0>
<TBODY>
<TR>
<TD style="TEXT-ALIGN: right">
Login:
</TD>
<TD>
<INPUT style="WIDTH: 100px" name=email>
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: right">
Password:
</TD>
<TD>
<INPUT type="password" style="width: 100px;" name="passed_password">
</TD>
</TR>
</TBODY>
</TABLE>
<INPUT type=submit value=Login name=btnSubmit>
</FORM>
I would really appreciate any help that anyone can offer. I am about done with the whole thing and thats all I am lacking, and I cannot seem to get it right!
Thanks in advance!
I was hoping one of you might be able to code this little bit for me so that it works. In return I could offer a small reseller account but, thats about it at the moment.
The login form is located at the top of the page here (http://abudgetwebhost.com/test/).
The current code for the form is:
<form action="" method="post" name="login" class="login">
<img style="float:left;" src="images/mem_area.gif" alt=" " width="115" height="15" />
<input name="text" value="login" type="text" onclick="this.value=''" /> <input name="text" value="password" type="text" onclick="this.value=''" /> <input name="reset" type="reset" value="" style="width:50px; height:18px; vertical-align:middle; background:url(images/button_login.gif) no-repeat top right; border:0px none; cursor:hand; cursor:pointer; float:right; margin-top:-20px;"/>
</form>
And I would like to user to be logged into my client area at http://abudgetwebhost.com/clients.
I have a login form up and running on the current design (http://abudgetwebhost.com) (up in the top left) but, it isn't setup the same as the one on the new design. If it helps, the code for the existing login is:
<FORM action=http://abudgetwebhost.com/clients/index.php?fuse=admin&action=Login method=post>
Client Area Login
<br />
<TABLE cellSpacing=0 cellPadding=1 border=0>
<TBODY>
<TR>
<TD style="TEXT-ALIGN: right">
Login:
</TD>
<TD>
<INPUT style="WIDTH: 100px" name=email>
</TD>
</TR>
<TR>
<TD style="TEXT-ALIGN: right">
Password:
</TD>
<TD>
<INPUT type="password" style="width: 100px;" name="passed_password">
</TD>
</TR>
</TBODY>
</TABLE>
<INPUT type=submit value=Login name=btnSubmit>
</FORM>
I would really appreciate any help that anyone can offer. I am about done with the whole thing and thats all I am lacking, and I cannot seem to get it right!
Thanks in advance!