Ver Mensaje Individual
  #16 (permalink)  
Antiguo 13/06/2007, 12:48
Avatar de Uefor
Uefor
 
Fecha de Ingreso: agosto-2006
Ubicación: Murcia
Mensajes: 136
Antigüedad: 18 años, 9 meses
Puntos: 0
Re: Consulta de dos tablas por registros (select depen)

Si también me di cuenta en este último copy-paste.... así quedó el HTML con error incluido:
Código:
<html>
<head>
<title>Listados de salidas</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<style TYPE="TEXT/CSS">

<!--

.link1 {  font-family: Georgia, Times New Roman, Times, serif; font-size: 11px; color: #004250; line-height: 15pt}

a {  text-decoration: none}
body {scrollbar-base-color:#339999;
color:#004250;
background-color:#339999;
font-family:Georgia, Times New Roman, Times, serif;
font-size:12px}
/* End of style section. */
-->
</style>
<style>
.fc_main {
	background: #DDDDDD;
	border: 1px solid #000000;
	font-family: Verdana;
	font-size: 10px;
}
.fc_date { border: 1px solid #D9D9D9;  cursor:pointer; font-size: 10px; text-align: center;}
.fc_dateHover, TD.fc_date:hover { cursor:pointer; border-top: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #999999; border-bottom: 1px solid #999999; background: #E7E7E7; font-size: 10px; text-align: center; }
.fc_wk {font-family: Verdana; font-size: 10px; text-align: center;}
.fc_wknd { color: #FF0000; font-weight: bold; font-size: 10px; text-align: center;}
.fc_head { background: #000066; color: #FFFFFF; font-weight:bold; text-align: left;  font-size: 11px; }
</style>
<link rel="stylesheet" href="estilo1.asp" type="text/css">


  </tr>
</table>
<form name=formulario>
 <p align="left"><strong>N&ordm; Salida:</strong>

<select name=IdSalidas class="fc_main" onChange="location.href('vis_listas2.asp?IdSalidas=' + formulario.IdSalidas.options[formulario.IdSalidas.selectedIndex].value)">
<option value="51">51</option><option value="55">55</option><option value="56">56</option><option value="59">59</option>
</select>
 

  
  &nbsp;&nbsp;Fecha: 
      <input type="text" class="fc_main" value="09/06/2007" size="15" readonly="true">
  &nbsp;&nbsp;Hora: 
      <input type="text" class="fc_main" value="9:00:00" size="11" readonly="true">
  &nbsp;&nbsp;Lugar: 
      <input type="text" class="fc_main" value="Bajo de Fuera" size="25" readonly="true">
  &nbsp;&nbsp;Barco:
      <input type="text" class="fc_main" value="Dimitris" size="17" readonly="true"><br><br>
  <strong>Incidencias:</strong> 
      <input type="text" class="fc_main" value="Cerrada, presentada en MAPA" size="35" readonly="true">
</p>

<strong>Buceadores:</strong><br>
  
 <font face="Arial" size=2>
<p>Microsoft OLE DB Provider for ODBC Drivers</font> <font face="Arial" size=2>error '80040e07'</font>
<p>
<font face="Arial" size=2>[Microsoft][ODBC Microsoft Access Driver] Data type mismatch in criteria expression.</font>
<p>
<font face="Arial" size=2>/zona_socios/vis_listas2.asp</font><font face="Arial" size=2>, line 105</font>
Muchas gracias por vuestro interes en este tema

Última edición por Uefor; 13/06/2007 a las 13:15