Ver Mensaje Individual
  #1 (permalink)  
Antiguo 14/03/2002, 10:28
Avatar de palidowsky
palidowsky
 
Fecha de Ingreso: febrero-2002
Ubicación: Galicia-España
Mensajes: 438
Antigüedad: 23 años
Puntos: 0
Maldito formulario II (¿Helvira?)

Como ya comente en el anterior mensaje necesito validar este formulario.los campos especiales son:
Tarjeta de crédito, deben aparecer 16 dígitos.
fecha de caducidad: debe ser posterior al 06/2002.
Os envío el código del formulario por si me podeis ayudar. Gracias.

<html>
<head>
<title>Formulario de alojamiento</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">

<link rel="stylesheet" href="file:///D|/web/51congreso/pediatria.css" type="text/css">

</head>

<body bgcolor="#FFFFFF" text="#000000">
<form name="formulario de alojamiento" action="mailto:[email protected]" enctype="text/plain" method="post">
<table width="741" border="0" align="center" cellspacing="5" class="textoder">
<tr>
<td colspan="5" class="subtitulo">
<div align="center"></div>
</td>
</tr>
<tr>
<td colspan="5" class="subtitulo" bgcolor="#007283"><font color="#FFFFFF"><b>Datos
Personales del Participante</b></font></td>
</tr>
<tr>
<td colspan="4" class="texto"> </td>
</tr>
<tr>
<td width="283" class="texto">Primer Apellido*</td>
<td width="130">
<input type="text" name="APELLIDO 1">
</td>
<td width="128" class="textoder"> </td>
<td colspan="2">  </td>
</tr>
<tr>
<td width="283" class="texto">Segundo Apellido*</td>
<td width="130">
<input type="text" name="APELLIDO 2">
</td>
<td width="128"> </td>
<td width="167"> </td>
</tr>
<tr>

.......Continua