rocrom
06-13-2004, 05:47 PM
HI
I have two search boxes that I would like to use on one search box by using radio buttons to decide what will be search Here is the site http://www.cogimosearch.com
Here is the search bar that will use the radio boxes
<TD COLSPAN=7 bgcolor="88DDFF"><form name="form1" method="post" action="">
<table width="59%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left"> <input type="radio" name="radiobutton" value="radiobutton">
<span class="body"> Home
<input type="radio" name="radiobutton" value="radiobutton">
Directory </span></td>
</tr>
<tr>
<td><input name="textfield" type="text" size="73"> <input type="submit" name="Submit" value="Search"></td>
</tr>
<tr>
<td class="button1"><a href="#">Advanced Search</a> • <a href="#">Preferences</a>
• <a href="#">Tools & Tips</a> </td>
</tr>
</table>
</form></TD>
Here are the two search boxes I want incorporated into the above search box using the radio buttons
**********************************************
<form method=get name=f1 action="http://cogimosearch.com/search_results.php">
<tr>
<td align=center> <input type=text name=q size=50> <input type=hidden name=page value=1>
<input type=submit name=s1 value="Search"> </td>
</tr>
</form>
**********************************************
<form method=get action="http://www.cogimosearch.com/odp/odp.pl">
<input size=30 name=search>
<input type=submit value="Search">
</form>
___________________________________________________
I did this in the past I just don't have the time of patience to figure out how I did it.
Quick 5 dollars via paypal
Please post in this thread
Thanks in advance
I have two search boxes that I would like to use on one search box by using radio buttons to decide what will be search Here is the site http://www.cogimosearch.com
Here is the search bar that will use the radio boxes
<TD COLSPAN=7 bgcolor="88DDFF"><form name="form1" method="post" action="">
<table width="59%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align="left"> <input type="radio" name="radiobutton" value="radiobutton">
<span class="body"> Home
<input type="radio" name="radiobutton" value="radiobutton">
Directory </span></td>
</tr>
<tr>
<td><input name="textfield" type="text" size="73"> <input type="submit" name="Submit" value="Search"></td>
</tr>
<tr>
<td class="button1"><a href="#">Advanced Search</a> • <a href="#">Preferences</a>
• <a href="#">Tools & Tips</a> </td>
</tr>
</table>
</form></TD>
Here are the two search boxes I want incorporated into the above search box using the radio buttons
**********************************************
<form method=get name=f1 action="http://cogimosearch.com/search_results.php">
<tr>
<td align=center> <input type=text name=q size=50> <input type=hidden name=page value=1>
<input type=submit name=s1 value="Search"> </td>
</tr>
</form>
**********************************************
<form method=get action="http://www.cogimosearch.com/odp/odp.pl">
<input size=30 name=search>
<input type=submit value="Search">
</form>
___________________________________________________
I did this in the past I just don't have the time of patience to figure out how I did it.
Quick 5 dollars via paypal
Please post in this thread
Thanks in advance
