Código javascript
:
Ver originalalert(ch);
var ajax=nuevoAjax();
var ojox=nuevoAjax();
var ejex=nuevoAjax();
ajax.open("GET","x.php?find="+ch,true);
ajax.send(null);
ojox.open("GET","x.php?op=2&find="+ch,true);
ojox.send(null);
ejex.open("GET","x.php?op=3&find="+ch,true);
ejex.send(null);
alert(ch);
var respuesta='<table style="margin-left:65px; margin-top:92px;"><th></th><th></th><th></th><th></th><th></th><tr>
<td>
<div style="background:url(imgs/planchita.png); height:198px; width:166px;">
<p><div><img src="" height="124" width="162" style="margin-left:1px; margin-top:29px;" />
<label id="lab"></label><div style="margin-top:10px; margin-left:50px;"></div></div></p>
</div></td></tr></table></div>';
document.getElementById('medio').innerHTML=respuesta;
alert('conseguido');
Es una función buscar(ch)