How do i get my search bar to actually work?
- by Sam
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!