Ver Mensaje Individual
  #6 (permalink)  
Antiguo 12/04/2008, 04:42
issos
 
Fecha de Ingreso: julio-2006
Mensajes: 226
Antigüedad: 17 años, 9 meses
Puntos: 0
Re: Necesito ayuda URGENTEEEEE xfis

este es el código del archivo html, por si el problema pudiera estar tb ahi

_________

<html>

<head>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Nombre*</title>
</head>

<body>

<form action="enviar.php" method="post" enctype="application/x-www-form-urlencoded" name="form1" class="Estilo12" onSubmit="MM_validateForm('nombre','','R','telefon o','','RisNum','email','','NisEmail','lugar de reparto','','R');return document.MM_returnValue">
Nombre*:
<label>

<input name="nombre" type="text" id="nombre" size="35">
</label>
<p>Apellidos*:
<label>

<input name="apellidos" type="text" id="apellidos" size="35">
</label></p>
<p>Direccion*:
<label>

<input name="direccion" type="text" id="direccion" size="35">
</label></p>
<p>Localidad *:
<label>

<input name="localidad" type="text" id="localidad" size="35">
</label></p>
<p>C Postal*:
<label>

<input name="cpostal" type="text" id="cpostal" size="18">
</label></p>
<p>Provincia*:
<label>

<input name="provincia" type="text" id="provincia" size="35">
</label></p>
<p>Telefono*:
<label>
<input name="telefono" type="text" id="telefono" size="24" maxlength="9">
</label>
<br>

<br>
Email*:
<label>
<input name="email" type="text" id="email" size="40">
</label>
<br>
<br>
Sugerencias<br>
<label>
<textarea name="sugerencias" id="sugerencias" cols="35" rows="8"></textarea>
</label>
<br>

<br>
<span class="Estilo15"><span class="Estilo12">Como nos has conocido:</span><br>
<label></label>
<label>
<select name="como nos has conocido" id="como nos has conocido">
<option>Anuncio en internet</option>
<option>Buscador de internet</option>

<option>Buzoneo</option>
<option>Un conocido / empresa</option>
<option>Otros</option>
</select>
</label>
<br>
<span class="Estilo16">Los campos marcados con * son obligatorios.</span><br>

<label>
<input type="submit" name="enviar" id="enviar" value="Enviar">
</label>
</span>
<label>
<input type="submit" name="restablecer" id="restablecer" value="Restablecer">
</label>
<br>
</p>

</form>&nbsp;
</body>

</html>