Hola Goldberg:
yo uso este, lo unico que ahora estoy intentando solucionar lo de la paginacion con la ayuda de Adler y los demas.
Espero que te sirva aunque
Código PHP:
<html>
</script>
<head>
<title>contactos</title>
<style>
<!--
td { font-family: Verdana, Arial, Helvetica, sans-serif }
.bodyline { background-color: #FFFFFF; border: 1px #98AAB1 solid; }
.gensmall { font-size : 10px; }
.gensmall { color : #000000; }
-->
</style>
</head>
<body>
<center>
<table border="1" cellpadding="0" cellspacing="0" style="border-collapse: collapse; border-left-width:0px; border-right-width:0px; border-bottom-width:0px" bordercolor="#C0C0C0" width="750" id="AutoNumber1" height="52%">
</center>
</script>
<script Language="JavaScript"><!--
function FrontPage_Form1_Validator(theForm)
{
if (theForm.T1.value == "")
{
alert("Inserte algún dato");
theForm.T1.focus();
return (false);
}
return (true);
}
//--></script>
<tr>
<td width="100%" bgcolor="#3F3F3F" align="center" height="30" style="border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-top-style:solid; border-top-width:1px; border-bottom-style:solid; border-bottom-width:1px; ">
<font face="Lucida Sans Unicode" size="2" color="#FFFFFF">BUSCAR CLIENTES</font></td>
</tr>
<tr>
<td width="100%" bgcolor="#FFFFFF" align="center" height="200" style="border-left:1px solid #C0C0C0; border-right:1px solid #C0C0C0; border-bottom-style: solid; border-bottom-width: 1px; ">
<form method="POST" action="clientesencontrados.asp" onsubmit="return FrontPage_Form1_Validator(this)" name="FrontPage_Form2" language="JavaScript">
<font style="font-size: 8pt" face="Lucida Sans Unicode">BUSCAR
</font><font face="Calibri" size="2">
<!--webbot bot="Validation" s-display-name="Cadena de búsqueda" b-value-required="TRUE" --><input name="T1" size="26" style="border: 1px solid #C0C0C0; padding-left: 4px; padding-right: 4px; padding-top: 1px; padding-bottom: 1px; font-family:Lucida Sans Unicode; font-size:8pt" tabindex="1"></font><font style="font-size: 8pt" face="Lucida Sans Unicode">
<input type="image" src="buscamini.gif" name="B2" alt="Buscar Cliente" width="16" height="16"></font></form>
</td>
</tr>
</table>
</body>
</script
</html></font>