Foros del Web » Creando para Internet » HTML »

Formularios desobedientes

Estas en el tema de Formularios desobedientes en el foro de HTML en Foros del Web. Hola a todos. He creado un formulario en Html y creo que todo está bien pero cuendo pulso el botón de enviar.... 1º Me abre ...
  #1 (permalink)  
Antiguo 12/10/2008, 03:48
 
Fecha de Ingreso: octubre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Formularios desobedientes

Hola a todos.
He creado un formulario en Html y creo que todo está bien pero cuendo pulso el botón de enviar....
1º Me abre el Outlook
2º Me llega un correo solo con la dirección. No me llega ningún dato.
Esto me pasa incluso copiando (literalmente) ejemplos de formularios de la red.
Soy muy novato en ésto del lenguaje Html y porsupuesto no conozco otro.
¿Tengo solución?
¿Y el formulario?
Muchas gracias a todos.
  #2 (permalink)  
Antiguo 12/10/2008, 03:59
Avatar de JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Respuesta: Formularios desobedientes

Hola maxomoteros. Bienvenido al foro.

Pon el código de tu formulario y podremos ayudarte mejor.

Saludos,
  #3 (permalink)  
Antiguo 12/10/2008, 04:54
 
Fecha de Ingreso: octubre-2008
Mensajes: 3
Antigüedad: 15 años, 6 meses
Puntos: 0
Respuesta: Formularios desobedientes

Ahí va el código fuente.
A ver si lo soluciono de una vez y gracias por la ayuda.

<html>
<head>
<meta name="Description" content="Asociación Motorista de Fuerteventura MAXOMOTEROS">
<meta name="Keywords" content="moteros, fuerteventura, motos, seguridad, maxomoteros, moteros fuerteventura, seguridad vial">
<meta name="classification" content="Motociclismo">
<meta name="author" content="Antonio Miguel Jiménez Suárez">

<script LANGUAGE="JavaScript1.1">
////////Para que no funcione el botón derecho del ratón////////
<!-- Adaptado por Tk: Compatible con IE y NS -->

function derecha(e) {
if (navigator.appName == 'Netscape' && (e.which == 3 || e.which == 2)){
alert('Botón derecho inhabilitado')
return false;
}

else if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2)){
alert('!!!MAXOMOTEROS!!!')
}
}
document.onmousedown=derecha
</script>
<title>
Formulario Reale desde Maxomoteros.
</title>
</head>
<body bgcolor=#"000000">



<div id="logo" style="position: absolute; left:7px; top: 48px"><img src="reale.jpg" width="160" height="80"></div>
<form action="mailto:[email protected]?subject=Des de MAXOMOTEROS"
method="post" enctype="text/plain">
<table bgcolor=#"ffffff" border="1" align="center" width="65%" <div style="font-weight:900; font-size:17px; color:#000000;">>
<tr>
<td width="30%" align="right">
Nombre:
</td>
<td width="70%" alignn="left">
<input type="text" name="Nombre" size="20"
maxlength="20">
</td>
<tr>
<td width="30%" align="right">
Apellidos:
</td>
<td width="70%" alignn="left">
<input type="text" name="Apellidos" size="35"
maxlength="35">
</td>
</tr>
<tr>
<td width="30%" align="right">
Correo Electrónico:
</td>
<td width="70%" alignn="left">
<input type="text" name="Correo electrónico" value="@" size="45"
maxlength="45">
</td>
</tr>
<tr>
<td width="30%" align="right">
Domicilio:
</td>
<td width="70%" alignn="left">
<input type="text" name="Domicilio" size="65"
maxlength="65">
</td>
</tr>
<tr>
<td width="30%" align="right">
Población:
</td>
<td width="70%" alignn="left">
<input type="text" name="Población" size="35"
maxlength="35">
</td>
</tr>
<tr>
<td width="30%" align="right">
Código Postal:
</td>
<td width="70%" alignn="left">
<input type="text" name="Código Postal" size="7"
maxlength="7">
</td>
</tr>
<tr>
<td width="30%" align="right">
Teléfono:
</td>
<td width="70%" alignn="left">
<input type="text" name="Teléfono" size="10"
maxlength="10">
</td>
</tr>
<tr>
<td width="30%" align="right">
N.I.F Tomador:
</td>
<td width="70%" alignn="left">
<input type="text" name="NIF Tomador" size="10"
maxlength="15">
</td>
</tr>
<tr>
<td width="30%" align="right">
Antigüedad del permiso de conducir del Tomador:
</td>
<td width="70%" alignn="left">
<input type="radio" name="Antigüedad"
value="Menos de 1 año">
Menos de 1 año.
<input type="radio" name="Antigüedad"
value="Menos de 2 años">
Menos de 2 años.<br>
<input type="radio" name="Antigüedad"
value="Menos de 3 años">
Menos de 3 años.
<input type="radio" name="Antigüedad"
value="Menos de 4 años">
Menos de 4 años.<br>
<input type="radio" name="Antigüedad"
value="Menos de 5 años">
Menos de 5 años.

<input type="radio" name="Antigüedad"
value="5 años o más">
5 años o más.
</td>
</tr>
<tr>
<td width="30%" align="right">
N.I.F Conductor:
</td>
<td width="70%" alignn="left">
<input type="text" name="NIF Conductor" size="10"
maxlength="15">
</td>
</tr>

<tr>
<td width="30%" align="right">
Antigüedad del permiso de conducir del Conductor:
</td>
<td width="70%" alignn="left">
<input type="radio" name="Antigüedad"
value="Menos de 1 año">
Menos de 1 año.
<input type="radio" name="Antigüedad"
value="Menos de 2 años">
Menos de 2 años.<br>
<input type="radio" name="Antigüedad"
value="Menos de 3 años">
Menos de 3 años.
<input type="radio" name="Antigüedad"
value="Menos de 4 años">
Menos de 4 años.<br>
<input type="radio" name="Antigüedad"
value="Menos de 5 años">
Menos de 5 años.

<input type="radio" name="Antigüedad"
value="5 años o más">
5 años o más.
</td>
</tr>
<tr>
<td width="30%" align="right">
Clase de permiso:
</td>
<td width="70%" alignn="left">
<select name="Clase de permiso">
<option value=""></option>
<option value="LCC">LCC</option>
<option value="A1">A1</option>
<option value="A">A</option>
<option value="B">B</option>
<option value="EB">EB</option>
<option value="C1">C1</option>
<option value="C">C</option>
<option value="EC">EC</option>
<option value="D1">D1</option>
<option value="D">D</option>
<option value="ED">ED</option>
</select>
</td></tr>

<tr>
<td width="30%" align="right">
Compañia aseguradora actual:
</td>
<td width="70%" alignn="left">
<input type="text" name="Compañia aseguradora actual" size="20"
maxlength="20">
</td>
</tr>
<tr>
<td width="30%" align="right">
Número de Póliza:
</td>
<td width="70%" alignn="left">
<input type="text" name="Número de póliza" size="25"
maxlength="25">
</td>
</tr>
<tr>
<td width="30%" align="right">
Precio actual:
</td>
<td width="70%" alignn="left">
<input type="text" name="Precio actual" size="6"
maxlength="6">
</td>
</tr>
<tr>
<td width="30%" align="right">
Clase de vehículo:
</td>
<td width="70%" alignn="left">
<select name="Clase de permiso">
<option value=""></option>
<option value="Ciclomotor">Ciclomotor</option>
<option value="Motocicleta">Motocicleta</option>
<option value="Turismo">Turismo</option>
<option value="Camión">Camión</option>
<option value="Autobus">Autobus</option>
</select>
</td></tr>
<tr>
<td width="30%" align="right">
Matrícula del vehículo:
</td>
<td width="70%" alignn="left">
<input type="text" name="Matrícula del vehículo" size="9"
maxlength="9">
</td>
</tr>
<tr>
<td width="30%" align="right">
Marca del vehículo:
</td>
<td width="70%" alignn="left">
<input type="text" name="Marca del vehículo" size="20"
maxlength="20">
</td>
</tr>
<tr>
<td width="30%" align="right">
Modelo:
</td>
<td width="70%" alignn="left">
<input type="text" name="Modelo" size="20"
maxlength="20">
</td>
</tr>

<tr>
<td width="30%" align="right">
Observaciones:
</td>
<td width="70%" alignn="left">
<textarea name="Comentarios" cols="50" rows="5">
</textarea>
</td>
</tr></tr>
</div>

</table>
<p align="center"><b><font face="Comic Sans MS" color="#808080">
<input type="submit" style="font-weight: bold; border: 6px outset #6699FF; "><input type="reset" value="Limpiar Formulario" style="font-weight: bold; border: 6px outset #6699FF; "></font></b></p>
</form>
</body>
</html>
Atención: Estás leyendo un tema que no tiene actividad desde hace más de 6 MESES, te recomendamos abrir un Nuevo tema en lugar de responder al actual.
Respuesta




La zona horaria es GMT -6. Ahora son las 17:47.