Ver Mensaje Individual
  #1 (permalink)  
Antiguo 19/04/2002, 12:08
Edan16
 
Fecha de Ingreso: abril-2002
Mensajes: 83
Antigüedad: 23 años, 1 mes
Puntos: 1
Ayuda con esta pagina

Miren, esta página es para yo hacer reservaciones y guardarlas en una base de datos. Tengo una primera pagina en donde se escribe la informacion, y la segunda, la cual la manda a la Base de Datos. ¡Pero no me deja mandar los datos!

Díganme cual es el error:

<html>
<head>
<title>American Airlines</title>

<style type="text/css">
A {text-decoration: none}
A:hover {color: darkorange}
A. my hover A:hover {color: red}

BODY {scrollbar-face-color:'#000000'; scrollbar-base-color:#000000; scrollbar-arrow-color:#00ff00;
scrollbar-track-color:'#000000'; scrollbar-shadow-color:'#00ff00'; scrollbar-highlight-color:'#33cc33';
scrollbar-3dlight-color:'#00ff00'; scrollbar-darkshadow-Color:'#33cc33';}
</style>

</head>

<body bgcolor="#000000" text="#00ff00" alink="#00ff00" vlink="#00ff00" topmargin="0" leftmargin="5">

<form method="post" action="respuestaeduardo.asp">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="20"></td></tr>
<tr>
<td width="100%" align="center"><h2>American Airlines</h2></td></tr>
<tr>
<td>Por <a href="mailto:[email protected]&qu ot;>Eduardo Gavilán</a></td></tr>
<tr>
<td height="25"></td></tr>
<tr>
<td width="500" align="left" valign="top">

<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr>
<td valign="top">
Nombres:<br><br>
Apellidos:<br><br>
Destino<br><br>
Desde<br><br>
Hasta
</td>
<td align="left" valign="top">
<input type="text" name="nombres" size="20"><br><br>
<input type="text" name="apellidos" size="20"><br><br><br& gt;
<input type="text" name="desde" size="20"><br><br>
<input type="text" name="hasta" size="20">
</td></tr>
</table>

</td>
</tr>
<tr>
<td height="25"></td></tr>
<tr>
<td align="center"><input name="enviar" type="submit" value="Enviar datos">
</td></tr>
</table>

</form>

</body>
</html>

AYUDENME