05/10/2013, 17:44
|
| | Fecha de Ingreso: octubre-2013 Ubicación: Cauquene
Mensajes: 4
Antigüedad: 11 años, 3 meses Puntos: 0 | |
Respuesta: Mensaje cuando no existe un registro en la Base Datos Y este es el formulario html por el cual solicito la consulta:
<html>
<head>
<meta http-equiv="content-type" content="text/html;charset=utf-8" />
<meta name="author" content="Pehuenche (www.pehuenche.cl)" />
<link rel="stylesheet" href="css/main.css" type="text/css" />
<title>Sistema de Bodega Pehuenche</title>
<style type "text/css">
.encabezado{ background-color:blue; color:#FFFACC; font-weight:bold }
.registros {background-color:#FAF9F3}
</style>
</head>
<body>
<div id="header">
<IMG SRC="imagenes/logo.jpg" WIDTH="140">
<div class="wrap">
<h1 id="logo"><a href="#">Sistema de Bodega Pehuenche</a></h1>
<p><br />-----</p>
<ul id="menu">
<li><a class="current" href="index.html">Inicio</a></li>
<li><a href="material.php">Materiales</a></li>
<li><a href="consultar.php">Préstamos</a></li>
<li><a href="#">Bajas</a></li>
<li><a href="stock.php">Usuarios</a></li>
</ul>
</div>
<div id="main">
<div class="1">
<br>
</div>
<form name="consulta1" method="post" action="EjecutaConsultaMaterialCodigo.php">
<br>
<br>
<h1 span style="color: #1F79EE">Ingrese el código:</h1></span>
<br>
<TABLE BGCOLOR="#4A5F90" width="34%" height="5" border="5" color="blue" >
<TR>
<TD WIDTH="30"
HEIGHT="47"><font color="FFFFFF" size="4">Código:
<INPUT TYPE="text" NAME="codigo" SIZE="25" MAXLENGTH="40"></TD>
</TR>
<TABLE BGCOLOR="#1F79EE" width="34%" height="5" border="0" color="blue" >
<tr>
<TD WIDTH="40"
HEIGHT="50"><input type="reset" value=" Borrar datos " title="Borrar datos"></td>
<TD WIDTH="40"
HEIGHT="40"> <input type="submit" value=" Consultar " title=" Ir a la consulta"align="right"></td>
<TD WIDTH="40"
HEIGHT="40"><a href="Material.php" title="Regresar a materiales"><img src="IMAGENES/regresar2.jpg" border="0" align="right"></a></td>
</tr>
</table>
</form>
</body>
</html> |