Quantcast
Channel: MyBB-Es.com - Todos los foros
Viewing all articles
Browse latest Browse all 4047

Mi buscador no funciona

$
0
0
Como dice el titulo, tengo un problema con el buscador de mi foro, no funciona! la verdad no tengo idea el por que dejo el code a ver si alguien le puede echar un ojo? Se agradece! Smiley-grin


Código PHP:
<div class="topwrap"><div class="wrap">
<
div style="float: right;">
<
span id="search_box">
<
div id="search">
<
form action="search.php" method="post">
<
input type="hidden" value="do_search" name="action">
<
input type="hidden" value="" name="tid">
<
input type="text" class="textbox" onblur="if(this.value=='') { this.value='Search...'; }" onfocus="if(this.value == 'Search...') { this.value = ''; }" value="Search..." name="keywords">
<
div id="advsearch"><a href="search.php"><img alt="" src="images/vhut/adv.png" title="Búsqueda Avanzada"></a></div>
</
form>
</
div></span>    
</
div

Viewing all articles
Browse latest Browse all 4047