Jump to content

login box help D:


potato

Recommended Posts

Trying to setup a login box at the top of my site where it has 2 selections, panel and billing thus logging into the correct one when selected.

 

For Panel i have:

 

<form method="POST" action="http://demo.tcadmin.com/templates/default/login.aspx">
 <table border="0" id="table1"><br />
   <tr><td>User:</td><td><input type="text" name="USERID" size="20"></td></tr>
   <tr><td>Password:</td><td><input type="password" name="PASSWORD" size="20"></td></tr>
 </table>
 <input type="submit" value="Submit" name="B1"><input type="reset" value="Reset">
</form>

 

and for billing:

 

<FORM name=loginform action=http://path_to_your_ce_installation/index.php?fuse=admin&action=Login method=post>
   <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>

 

How could I set it up to do this? im not a coder so i dont even know where to start

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

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. Terms of Use