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">&nbsp;</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">&nbsp;</td>
<td colspan="2">&nbsp; </td>
</tr>
<tr>
<td width="283" class="texto">Segundo Apellido*</td>
<td width="130">
<input type="text" name="APELLIDO 2">
</td>
<td width="128">&nbsp;</td>
<td width="167">&nbsp;</td>
</tr>
<tr>
.......Continua