Paul:
On a single page, use "Find" option of your browser ;-) let's say press Ctrl+F in Mozilla and search for a phrase...
Sure, I know. I am trying to come up with solution for ladies of all ages, though :-)
Are you saying that in this code...:
<form action="http://www.minibb.com/forums/index.php?" method="get" class="formStyle" >
<input name="phrase" type="text" size="15" maxlength="50" class="textForm" value="" />
<input type="hidden" name="searchType" value="0" />
<input type="hidden" name="where" value="0" />
<input type="hidden" name=
"forum" value="" /><input type="hidden" name="action" value="search" />
<input type="hidden" name="searchGo" value="1" />
<input type="submit" value="Quick Search" class="inputButton" /> <a href="#">Advanced search</a>
</form>
...where the
forum field is not filled with anything it will search in the forum where the search form will be placed?