[ic] Search omission

interchange-users@icdevgroup.org interchange-users@icdevgroup.org
Mon Mar 24 13:05:01 2003


I think I got a solution for this problem. I am attaching the code. It is 
working properly to my needs, but you need to know that I am not a web 
programmer so you might find things that are not correct.

Best regards
Diego 


Small search box

<tr><td align="center">
  <table>
  <tr> 
    <td class="categorybar"> 
      <br>     
      <form action="[area search]" method=post>
	  <input type=hidden name=mv_session_id value="[data session id]">
      <table border="0" width="95%">
      <tr> 
	    <td align="left">
       [set testname]su=yes/fi=products/sf=sku/sf=description[/set]
      <input type=hidden name=mv_profile value=testname>
      <input type=text name=mv_searchspec size=10 value="">

	    </td>
	    <td align="right" valign="middle" width="45">
	      <input type="image" alt="[L]Search Go[/L]" width="45" border="0" 
src="__THEME_IMG_DIR__go.gif">
	      <a href="[area advancedsearch]"><font size=-2 class="categorybar">
[L]Advanced[/L]</a>
	    </td>
      </tr>
      </table>
      </form>
    </td>
  </tr>
  </table>
</td></tr>

<!-- END COMPONENT [control component search_box_small] -->