[ic] a search box instead of text link

Korey G. interchange-users@icdevgroup.org
Mon Jun 10 15:07:02 2002


Im having problems converting a href search into a search box.

the following works just fine
--snip--
<a href="[area  href=scan
         search=|

                 fi=products-details
                 sp=part-results
                 sf=us
                 se=520-0000
                 ml=50

         |
]">Test</a>
--snip--

and the following seems to not work correctly

--snip--
<form action="[area href=scan]" method=post> Part Number Search
  <input type="hidden" name="mv_search_file"  value="products_details">
  <input type="hidden" name="mv_search_page"  value="part-results">
  <input type="hidden" name="mv_search_field" value="us">
  <input type="hidden" name="mv_searchspec"   value="520-0000">
  <input type="hidden" name="mv_matchlimit"   value="50">
  <input type="submit" value="search">
</form>
--snip--

it seems to be going to the right search_page
but "No Match" is displayed,
What am I missing?

How can I find the righteous and meaningful path in life?

As always any guidance is highly respected and appreciated

-Korey