Tema: link
Ver Mensaje Individual
  #1 (permalink)  
Antiguo 16/01/2006, 07:10
lidmartins
 
Fecha de Ingreso: octubre-2005
Mensajes: 69
Antigüedad: 18 años, 6 meses
Puntos: 0
Exclamación link

Hola a todos...

Tengo la siguiente duda...

tengo un formulario en una pagina, de la siguiente manera:

Código PHP:
..... 

<form action="../brotherhood/index.php?langab=<?echo $langab;?>&module=modules&file=login" method="post">
          <td width="160" class="debarriba">E-mail: <input type="text" class="debarriba" size="15" name="User_email"></td>
          <td width="180" class="debarriba" align="left">Contrase&ntilde;a:<input type="password" class="debarriba" size="15" name="User_password"></td>
          <td width="50" class="debarriba"><input type="submit" value="Login" name="submit" class="debarriba"></td>
          <td width="71" class="debarriba">
             <a href="index.php?langab=<?echo $langab;?>&module=modules/forms&file=registration" class="laterka">Registrate</a>  
                
          </td>
          </form>
.....
El problema es cuando quiero hacer click en registrar, y no se resuelve el href

href="index.php?langab=<?echo $langab;?>&module=modules/forms&file=registration" class="laterka"

Gracias...!!
__________________
Ana Martins