How do i get my search bar to actually work?

Posted by Sam on Stack Overflow See other posts from Stack Overflow or by Sam
Published on 2011-03-05T22:47:47Z Indexed on 2011/03/05 23:24 UTC
Read the original article Hit count: 130

Filed under:

Hey guys, I've got a search bar and it looks fine, but i don't really know how to make it search the whole of my site... Here's my html code so far:

<form class="search2" method="get" action="default.html" />
<input class="search2" type="text" name="serach_bar" size="31" maxlength="255"       
value="" style="left: 396px; top: 153px; width: 293px; height: 26px;" />
<input class="search1" type="submit" name="submition" value="Search" style=" padding-  
bottom:20px; left: 691px; top: 153px; height: 23px" />
<input class="search2" type="hidden" name="sitesearch" value="default.html" />

Thanks in advance guys!

© Stack Overflow or respective owner

Related posts about html