CopperK
02-22-2008, 10:10 PM
Okay,
I figured out what I was doing to get the search to recognize the Check Box.
But I have no clue on how to have the search recognize multiple check boxes at the same time.
Can anyone figure this one out? The code I am using is below. Also if you know how to make a Drop box access a search too all at the same time.
Thanks People!
<form name="frmsearch" id="frmsearch" method="get" action="search.php">
<p>Search:
<input name="q" type="text","checkbox","searchDropSm", "radio" class="date" id="q" value="[|keyword|]" size="25" maxlength="50" />
<br>
Search Just:
No Pets
<input type="checkbox" name="q" value="No Pets">
Laundry Facility
<input type="checkbox" name="q" value="Laundry Facility">
Field 3
<input type="checkbox" name="q" value="field3">
Field 4
<input type="checkbox" name="q" value="field4">
</p>
<p>
<input name="Search" type="submit" class="date" id="Search" value="Search" />
</p>
</form><br class="clear" />
I figured out what I was doing to get the search to recognize the Check Box.
But I have no clue on how to have the search recognize multiple check boxes at the same time.
Can anyone figure this one out? The code I am using is below. Also if you know how to make a Drop box access a search too all at the same time.
Thanks People!
<form name="frmsearch" id="frmsearch" method="get" action="search.php">
<p>Search:
<input name="q" type="text","checkbox","searchDropSm", "radio" class="date" id="q" value="[|keyword|]" size="25" maxlength="50" />
<br>
Search Just:
No Pets
<input type="checkbox" name="q" value="No Pets">
Laundry Facility
<input type="checkbox" name="q" value="Laundry Facility">
Field 3
<input type="checkbox" name="q" value="field3">
Field 4
<input type="checkbox" name="q" value="field4">
</p>
<p>
<input name="Search" type="submit" class="date" id="Search" value="Search" />
</p>
</form><br class="clear" />