Foros del Web » Programando para Internet » Javascript »

Campo de búsqueda sobre tabla html

Estas en el tema de Campo de búsqueda sobre tabla html en el foro de Javascript en Foros del Web. Estimada gente del foro. recurro a uds. a ver si me pueden ayudar. Desconozco en gran medida el lenguaje PHP, sin embargo tengo una solucion ...
  #1 (permalink)  
Antiguo 14/05/2008, 10:41
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Campo de búsqueda sobre tabla html

Estimada gente del foro.
recurro a uds. a ver si me pueden ayudar. Desconozco en gran medida el lenguaje PHP, sin embargo tengo una solucion en el trabajo con HTML, y quisiera hacer lo siguiente, ya sea mediante PHP, o html directamente.
Se tambien, que probabnlemente, haya un código escrito al respecto, porque no debe ser una funcionalidad muy compleja.
Tengo una tabla en HTML, y quiero incluir al inicio, un campo para buscar sobre un campo de esa tabla...
Como puedo ahcer?? muchas gracias desde ya por su ayuda
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #2 (permalink)  
Antiguo 14/05/2008, 11:05
Avatar de GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Campo de búsqueda sobre tabla html

Hola emitojleyes,

Lamentablemente si no tienes conocimientos de PHP, es muy complicado que logres realizar lo que pides, ya que necesitas conocimientos básicos de PHP, y de Bases de Datos.

Si lo que quieres es solamente filtrar una tabla HTML ya creada (por ejemplo en Dreamweaver) puedes usar Javascript para buscar en la tabla.

Saludos.
  #3 (permalink)  
Antiguo 14/05/2008, 19:46
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Re: Campo de búsqueda sobre tabla html

Gracias por tu respuesta, GatorV.
En realidad, creo que me expresé mal sobre lo que en realidad quiero hacer; quizás sonó como que quería implementar algo en php, pero creo que el tema es más sencillo.
Tengo una tabla - lista en html, y simplemente, quiero agregar un textbox al inicio, que de acuerdo al valor ingresado, me indique, la pantalla, se vaya al lugar de esta tabla donde se encuentra ese valor.
Es posible hacer esto? es sencillo?
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #4 (permalink)  
Antiguo 14/05/2008, 20:11
Avatar de GatorV
$this->role('moderador');
 
Fecha de Ingreso: mayo-2006
Ubicación: /home/ams/
Mensajes: 38.567
Antigüedad: 18 años
Puntos: 2135
Re: Campo de búsqueda sobre tabla html

Hola emitojleyes,

Ese tipo de interacción de parte del cliente, solo es posible con Javascript, te muevo al foro adecuado.

Saludos.
  #5 (permalink)  
Antiguo 15/05/2008, 02:41
Avatar de JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Re: Campo de búsqueda sobre tabla html

Hola emitojleyes

Creo que este código te servirá:

Filtrar filas en una tabla

Saludos,
  #6 (permalink)  
Antiguo 15/05/2008, 07:14
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Re: Campo de búsqueda sobre tabla html

Hola!
Muchas grcias ,nuevamente por sus aportes! vamos a probar el script que figura en la pagina que me has pasado JavierB, la verdad, lo probé, y es justo lo que ncecesito!!!!
Ahora... espero saber como trasladarlo a mi lista... jejejeje...
Si no puedo, cualquier cosa, pego el grito.
Muchisimas gracias!
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #7 (permalink)  
Antiguo 15/05/2008, 11:03
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Re: Campo de búsqueda sobre tabla html

JavierB!
Como te habia dicho, buenisimo el codigo!!
y como habia dicho, si no sabia como implementarlo en mi lista, iba a chillar. Aqui estoy, entonces.... chillando...
Como hago para aplicarlo a mi lista? que valores tengo que copiar? cuales no?
Puse todo el codigo javascript en el header de mi lista, y creé los botones, en los encabezados, copiando y pegando tu codigo, pero al momento de previsualizar en el iexplorer, salen los botones, los aprieto, y nada...
Perdon por la total ignorancia...
y gracias por su ayuda
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #8 (permalink)  
Antiguo 15/05/2008, 14:12
Avatar de JavierB
Colaborador
 
Fecha de Ingreso: febrero-2002
Ubicación: Madrid
Mensajes: 25.052
Antigüedad: 22 años, 2 meses
Puntos: 772
Re: Campo de búsqueda sobre tabla html

Hola de nuevo.

Pon el código que estás usando, a ver si encontramos el fallo.

Saludos,
  #9 (permalink)  
Antiguo 16/05/2008, 09:33
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Respuesta: Campo de búsqueda sobre tabla html

Hola!
Les paso acá el código, según el modelo que me pasaste, aplicado a mis datos... me quedó horrible!!
Ahi va...
Se los mando en dos partes, por la limitación de caracteres
----------------------


<html xmlns:o="urn:schemas-microsoft-com:office:office"
xmlns:x="urn:schemas-microsoft-com:office:excel"
xmlns="http://www.w3.org/TR/REC-html40">

<head>

<script type="text/javascript">
var colum=0; // columna por la que se filtrará
var valor; // value del botón que se ha pulsado

function selecciona(obj,num) {
t = document.getElementById('tab');
filas = t.getElementsByTagName('tr');
// Deseleccionar columna anterior
for (i=1; ele=filas[i]; i++)
ele.getElementsByTagName('td')[colum].className='';
// Seleccionar columna actual
colum=num;
for (i=1; ele=filas[i]; i++)
ele.getElementsByTagName('td')[colum].className='celdasel';
// Cambiar botón por cuadro de texto
valor = obj.value;
celda = obj.parentNode;
celda.removeChild(obj);
txt = document.createElement('input');
celda.appendChild(txt);
txt.focus();
txt.onblur = function() {ponerBoton(this,num)};
txt.onkeyup = function() {filtra(this.value)};
// Desactivar los demás botones
for (i=0; ele=t.getElementsByTagName('input')[i]; i++)
if (ele.type == 'button') ele.disabled=true;
}

function ponerBoton(obj,num) {
celda = obj.parentNode;
celda.removeChild(obj);
boton = document.createElement('input');
boton.type = 'button';
boton.value = valor;
boton.onclick = function() {selecciona(this,num)}
boton.onkeypress = function() {selecciona(this,num)}
celda.appendChild(boton);
// Activar botones
for (i=0; ele=t.getElementsByTagName('input')[i]; i++)
ele.disabled=false;
}

function filtra(txt) {
t = document.getElementById('tab');
filas = t.getElementsByTagName('tr');
for (i=1; ele=filas[i]; i++) {
texto = ele.getElementsByTagName('td')[colum].innerHTML.toUpperCase();
for (j=0; ra=document.forms[0].rad[j]; j++) // Comprobar radio seleccionado
if (ra.checked) num = j;

if (num==0) posi = (texto.indexOf(txt.toUpperCase()) == 0);
else if (num==1) posi = (texto.lastIndexOf(txt.toUpperCase()) == texto.length-txt.length);
else posi = (texto.indexOf(txt.toUpperCase()) != -1);
ele.style.display = (posi) ? '' : 'none';
}
}
</script>

<meta http-equiv=Content-Type content="text/html; charset=windows-1252">
<meta name=ProgId content=Excel.Sheet>
<meta name=Generator content="Microsoft Excel 11">
<link rel=File-List
href="Telefonos%20Publicos%20y%20Cabinas_archivos/filelist.xml">
<link rel=Edit-Time-Data
href="Telefonos%20Publicos%20y%20Cabinas_archivos/editdata.mso">
<link rel=OLE-Object-Data
href="Telefonos%20Publicos%20y%20Cabinas_archivos/oledata.mso">
<!--[if gte mso 9]><xml>
<o:DocumentProperties>
<o:Author>Telecom</o:Author>
<o:LastAuthor>Emilio Javier Leyes</o:LastAuthor>
<o:Created>2006-06-12T19:32:18Z</o:Created>
<o:LastSaved>2008-05-15T16:07:14Z</o:LastSaved>
<o:Company>Telecom</o:Company>
<o:Version>11.5606</o:Version>
</o:DocumentProperties>
</xml><![endif]-->
<style>
<!--table
{mso-displayed-decimal-separator:"\,";
mso-displayed-thousand-separator:"\.";}
@page
{margin:.98in .79in .98in .79in;
mso-header-margin:0in;
mso-footer-margin:0in;}
tr
{mso-height-source:auto;}
col
{mso-width-source:auto;}
br
{mso-data-placement:same-cell;}
.style0
{mso-number-format:General;
text-align:general;
vertical-align:bottom;
white-space:nowrap;
mso-rotate:0;
mso-background-source:auto;
mso-pattern:auto;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:FrutigerRoman;
mso-generic-font-family:auto;
mso-font-charset:0;
border:none;
mso-protection:locked visible;
mso-style-name:Normal;
mso-style-id:0;}
td
{mso-style-parent:style0;
padding-top:1px;
padding-right:1px;
padding-left:1px;
mso-ignore:padding;
color:windowtext;
font-size:10.0pt;
font-weight:400;
font-style:normal;
text-decoration:none;
font-family:FrutigerRoman;
mso-generic-font-family:auto;
mso-font-charset:0;
mso-number-format:General;
text-align:general;
vertical-align:bottom;
border:none;
mso-background-source:auto;
mso-pattern:auto;
mso-protection:locked visible;
white-space:nowrap;
mso-rotate:0;}
.xl24
{mso-style-parent:style0;
font-weight:700;
text-align:center;
border:.5pt solid silver;
background:silver;
mso-pattern:auto none;}
.xl25
{mso-style-parent:style0;
font-weight:700;
text-align:center;
border-top:.5pt solid silver;
border-right:.5pt solid silver;
border-bottom:.5pt solid silver;
border-left:none;
background:silver;
mso-pattern:auto none;}
.xl26
{mso-style-parent:style0;
font-weight:700;
mso-number-format:"\@";
text-align:left;
border-top:.5pt solid silver;
border-right:.5pt solid silver;
border-bottom:.5pt solid silver;
border-left:none;
background:silver;
mso-pattern:auto none;
white-space:nowrap;
mso-text-control:shrinktofit;}
.xl27
{mso-style-parent:style0;
font-weight:700;
text-align:center;
border-top:.5pt solid silver;
border-right:none;
border-bottom:.5pt solid silver;
border-left:none;
background:silver;
mso-pattern:auto none;}
.xl28
{mso-style-parent:style0;
font-weight:700;
text-align:center;
border-top:.5pt solid silver;
border-right:none;
border-bottom:.5pt solid silver;
border-left:.5pt solid silver;
background:silver;
mso-pattern:auto none;}
.xl29
{mso-style-parent:style0;
font-weight:700;
text-align:left;
border-top:.5pt solid silver;
border-right:.5pt solid silver;
border-bottom:.5pt solid silver;
border-left:none;
background:silver;
mso-pattern:auto none;}
.xl30
{mso-style-parent:style0;
border-top:none;
border-right:none;
border-bottom:.5pt solid silver;
border-left:.5pt solid silver;}
.xl31
{mso-style-parent:style0;
border-top:none;
border-right:.5pt solid silver;
border-bottom:.5pt solid silver;
border-left:none;}
.xl32
{mso-style-parent:style0;
font-size:8.0pt;
mso-number-format:"\@";
border-top:none;
border-right:.5pt solid silver;
border-bottom:.5pt solid silver;
border-left:none;
white-space:nowrap;
mso-text-control:shrinktofit;}
.xl33
{mso-style-parent:style0;
font-size:8.0pt;
text-align:right;
border-top:none;
border-right:none;
border-bottom:.5pt solid silver;
border-left:none;}
.xl34
{mso-style-parent:style0;
font-size:8.0pt;
text-align:right;
border-top:none;
border-right:none;
border-bottom:.5pt solid silver;
border-left:.5pt solid silver;}
.xl35
{mso-style-parent:style0;
border-top:none;
border-right:none;
border-bottom:none;
border-left:.5pt solid silver;}
.xl36
{mso-style-parent:style0;
border-top:none;
border-right:.5pt solid silver;
border-bottom:none;
border-left:none;}
.xl37
{mso-style-parent:style0;
font-size:8.0pt;
mso-number-format:"\@";
border-top:none;
border-right:.5pt solid silver;
border-bottom:none;
border-left:none;
white-space:nowrap;
mso-text-control:shrinktofit;}
.xl38
{mso-style-parent:style0;
font-size:8.0pt;
text-align:right;}
.xl39
{mso-style-parent:style0;
font-size:8.0pt;
text-align:right;
border-top:none;
border-right:none;
border-bottom:none;
border-left:.5pt solid silver;}
.xl40
{mso-style-parent:style0;
mso-number-format:"Short Date";}
-->
</style>
<!--[if gte mso 9]><xml>
<x:ExcelWorkbook>
<x:ExcelWorksheets>
<x:ExcelWorksheet>
<x:Name>Hoja1</x:Name>
<x:WorksheetOptions>
<x:DefaultColWidth>10</x:DefaultColWidth>
<x:Print>
<x:ValidPrinterInfo/>
<x:PaperSizeIndex>9</x:PaperSizeIndex>
<x:HorizontalResolution>-4</x:HorizontalResolution>
<x:VerticalResolution>0</x:VerticalResolution>
</x:Print>
<x:Selected/>
<x:Panes>
<x:Pane>
<x:Number>3</x:Number>
<x:ActiveRow>9</x:ActiveRow>
<x:ActiveCol>7</x:ActiveCol>
</x:Pane>
</x:Panes>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
<x:Sorting>
<x:Sort>(1) N°</x:Sort>
</x:Sorting>
<x:PublishObjects>
<x:PublishObject>
<x:Id>28840</x:Id>
<x:DivID>911-Parque_28840</x:DivID>
<x:SourceType>SourceSheet</x:SourceType>
<x:HtmlType>HtmlStatic</x:HtmlType>
<x:Location HRef="F:\Telecom Cabinas\Telefonos Publicos y Cabinas.htm"/>
</x:PublishObject>
</x:PublishObjects>
</x:ExcelWorksheet>
<x:ExcelWorksheet>
<x:Name>Hoja2</x:Name>
<x:WorksheetOptions>
<x:DefaultColWidth>10</x:DefaultColWidth>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #10 (permalink)  
Antiguo 16/05/2008, 09:34
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Respuesta: Campo de búsqueda sobre tabla html

</x:ExcelWorksheet>
<x:ExcelWorksheet>
<x:Name>Hoja3</x:Name>
<x:WorksheetOptions>
<x:DefaultColWidth>10</x:DefaultColWidth>
<x:ProtectContents>False</x:ProtectContents>
<x:ProtectObjects>False</x:ProtectObjects>
<x:ProtectScenarios>False</x:ProtectScenarios>
</x:WorksheetOptions>
</x:ExcelWorksheet>
</x:ExcelWorksheets>
<x:WindowHeight>5835</x:WindowHeight>
<x:WindowWidth>11400</x:WindowWidth>
<x:WindowTopX>360</x:WindowTopX>
<x:WindowTopY>255</x:WindowTopY>
<x:AcceptLabelsInFormulas/>
<x:ProtectStructure>False</x:ProtectStructure>
<x:ProtectWindows>False</x:ProtectWindows>
</x:ExcelWorkbook>
</xml><![endif]-->
</head>

<body link=blue vlink=purple>
<form class="formu" action=''>
<p>
<label for="fil1">Principio
<input type="radio" name="rad" id="fil1" /></label>
</p>
<p>
<label for="fil2">Final:
<input type="radio" name="rad" id="fil2" checked="checked" />
</label>
</p>
<p>
<label for="fil3">Contiene:<input type="radio" name="rad" id="fil3" />
</label>
</p>
</form>
<p>&nbsp;</p>
<table class="tabla" id="tab" x:str border=0 cellpadding=0 cellspacing=0 width=824 style='border-collapse:
collapse;table-layout:fixed;width:618pt'>
<!--DWLayoutTable-->
<col width=77 style='mso-width-source:userset;mso-width-alt:2816;width:58pt'>
<col width=80 style='width:60pt'>
<col width=169 style='mso-width-source:userset;mso-width-alt:6180;width:127pt'>
<col width=31 style='mso-width-source:userset;mso-width-alt:1133;width:23pt'>
<col width=80 style='width:60pt'>
<col width=200 style='mso-width-source:userset;mso-width-alt:7314;width:150pt'>
<col width=80 style='width:60pt'>
<col width=107 style='mso-width-source:userset;mso-width-alt:3913;width:80pt'>
<tr height=17 style='height:12.75pt'>
<th height="24" colspan="2" valign="top" class="encabezado">
<input type="textbox" value="Nro. Tel" onClick="selecciona(this,0)" onKeyPress="selecciona(this,0)" /></th>
<th>
<input type= "label" value="Nombre de calle" onClick="selecciona(this,1)" onKeyPress="selecciona(this,1)" /></th>
<th colspan="2" valign="top">
<input type="label" value="Altura" onClick="selecciona(this,2)" onKeyPress="selecciona(this,2)" /></th>
<th colspan="2" valign="top">
<input type="label" value="Producto" onClick="selecciona(this,3)" onKeyPress="selecciona(this,3)" /></th>
</tr>
<tr height=17 style='height:12.75pt'>
<td width="77" height=21 align=right class=xl30 style='height:12.75pt' x:num="3874210016">3874210016</td>
<td width="82" class=xl31>&nbsp;</td>
<td class=xl32>SANTA FE</td>
<td width="54" class=xl33 x:num>594</td>
<td width="90" class=xl34>&nbsp;</td>
<td width="216" class=xl31>C20 - Telecentros</td>
<td width="90" style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874210017">3874210017</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>SANTA FE</td>
<td class=xl33 x:num>594</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874210018">3874210018</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>SANTA FE</td>
<td class=xl33 x:num>594</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td class=xl40></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874210028">3874210028</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>SANTA FE</td>
<td class=xl33 x:num>594</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217935">3874217935</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>ITUZAINGO</td>
<td class=xl33 x:num>132</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217936">3874217936</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217937">3874217937</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217938">3874217938</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217939">3874217939</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217940">3874217940</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217967">3874217967</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>ALTE G BROWN</td>
<td class=xl33 x:num>85</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C50 - Semipublicos Tenedor Sim</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217988">3874217988</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217989">3874217989</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>DR CARLOS PELLEGRINI</td>
<td class=xl33 x:num>599</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874217990">3874217990</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>AV ENTRE RIOS</td>
<td class=xl33 x:num>1677</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218000">3874218000</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>NECOCHEA</td>
<td class=xl33 x:num>124</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C30 - Telecabinas</td>
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
  #11 (permalink)  
Antiguo 16/05/2008, 09:35
Avatar de emitojleyes  
Fecha de Ingreso: octubre-2005
Mensajes: 62
Antigüedad: 18 años, 6 meses
Puntos: 0
Respuesta: Campo de búsqueda sobre tabla html

<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218024">3874218024</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>JUAN LEGUIZAMON</td>
<td class=xl33 x:num>706</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C50 - Semipublicos Tenedor Sim</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218036">3874218036</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>ALBERDI</td>
<td class=xl33 x:num>476</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218040">3874218040</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>GRAL GUEMES</td>
<td class=xl33 x:num>1860</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C50 - Semipublicos Tenedor Sim</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218043">3874218043</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>AV VIRREY TOLEDO</td>
<td class=xl33 x:num>1147</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C30 - Telecabinas</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218051">3874218051</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>OLAVARRIA</td>
<td class=xl33 x:num>524</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C50 - Semipublicos Tenedor Sim</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=21 class=xl30 align=right style='height:12.75pt' x:num="3874218054">3874218054</td>
<td class=xl31>&nbsp;</td>
<td class=xl32>ALBERDI</td>
<td class=xl33 x:num>476</td>
<td class=xl34>&nbsp;</td>
<td class=xl31>C20 - Telecentros</td>
<td style='mso-ignore:colspan'></td>
</tr>
<tr height=17 style='height:12.75pt'>
<td height=20 class=xl35 align=right style='height:12.75pt' x:num="3874999987">3874999987</td>
<td class=xl36>&nbsp;</td>
<td class=xl37>S/N</td>
<td class=xl38>S/N</td>
<td class=xl39>&nbsp;</td>
<td class=xl36>C10 - Telefonos Publicos<!-----------------------------><!--FINAL DE LOS RESULTADOS DEL ASISTENTE PARA PUBLICAR COMO PÁGINA WEB DE
EXCEL--><!-----------------------------></td>
<td style='mso-ignore:colspan'></td>
</tr>
<![if supportMisalignedColumns]>
<tr height=0 style='display:none'>
<td style='width:58pt'></td>
<td style='width:60pt'></td>
<td width=169 style='width:127pt'></td>
<td style='width:23pt'></td>
<td style='width:60pt'></td>
<td style='width:150pt'></td>
<td style='width:60pt'></td>
</tr>
<![endif]>
</table>

</body>

</html>


---------------------
MUCHAS gracias por toda su ayda
__________________
Emilio J. Leyes
Ingeniero en Informática

Salta, Argentina
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 12:06.