Ver Mensaje Individual
  #4 (permalink)  
Antiguo 18/04/2011, 08:15
Avatar de jotaincubus
jotaincubus
 
Fecha de Ingreso: mayo-2005
Ubicación: Medellin - Colombia
Mensajes: 1.797
Antigüedad: 19 años
Puntos: 394
Respuesta: manejar script de login php

colocas el formulario:

Código HTML:
Ver original
  1. <form method="POST" name="form1" action="<?php echo $loginFormAction; ?>">
  2.     <table align="center">
  3.       <tr valign="baseline">
  4.         <td align="right" nowrap>Email:
  5.           <input name="Email" type="text" onblur="MM_validateForm('Email','','RisEmail');return document.MM_returnValue" value="" size="10" />
  6.           <input name="submit" type="submit" value="Ir" /></td>
  7.       </tr>
  8.     </table>
  9.     <input type="hidden" name="id_registrar" value="">
  10.     <input type="hidden" name="MM_insert" value="form1">
  11.   </form>
__________________
Por que existe gente que no agradece después de que se le ha brindado tiempo y ayuda ???