Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

How can i creat login box in outside HTML page?


minghoo

Recommended Posts

Posted

Hi guys

 

i want to get a another HTML page contains login box?

the code is here:

 

<form name="form" method="post" action="http://www.xxxx.com/store/login.php">

<table width="150" border="0" cellspacing="0" cellpadding="4">

<tr>

<td width="33">Email</td>

<td width="117"><input name="textfield" type="text" size="15" maxlength="45"></td>

</tr>

<tr>

<td>Password</td>

<td><input name="textfield2" type="text" size="15" maxlength="45"></td>

</tr>

<tr>

<td> </td>

<td><input name="Login" type="submit" id="Login" value="Login"></td>

</tr>

</table>

</form>

 

 

 

However, i can't find exactly the action link.

 

anbody help me please.

 

 

Thank you so much.

sean

Archived

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

×
×
  • Create New...