Ver Mensaje Individual
  #3 (permalink)  
Antiguo 24/08/2006, 14:04
paulkees
 
Fecha de Ingreso: octubre-2004
Mensajes: 768
Antigüedad: 19 años, 6 meses
Puntos: 3
Gracias GaboMakano!!!
el globals lo tengo en OF, lo envio por METHOD="post" y lo recepciono como $.
El PHP es version 5.1

Código HTML:
<html> <head> <title>Formulario</title> </head> <body> <FORM ACTION="../formulario/procesa.php" name="formulario" METHOD="post" onsubmit="return emailCheck(this.email.value);"> Asunto (título) del envío: <input type="text" maxlength="40" size="35" name="asunto"><br> Nombre y Apellido: <input type="text" maxlength="40" size="35" name="nombre"><br> Correo electrónico (E-mail): <input type="text" maxlength="31" size="35" name="email"><br> <input type="submit" value="Enviar" onfocus="this.blur()"> <input type="reset" value="Borrar" onfocus="this.blur()"> </FORM> </body> </html> 
Gracias por la ayuda!!!