[Date Prev][Date Next][Thread Prev][Thread Next][Minivend by date
][Minivend by thread
]
Re: Problem submitting drop-down menu form
In-Reply-To: <11311938197FD2119B8E00600859F85909D9ED@BARD>
In article <11311938197FD2119B8E00600859F85909D9ED@BARD>,
stanley@ciphersys.com (Stanley Major) wrote:
> ****** message to minivend-users from Stanley Major
> <stanley@ciphersys.com ******
>
> I am new to minivend. I am trying to submit a search with a menu
> drop-down list. My html page contains:
>
> <form action="[process-search]" method="POST">
> <center><p><select name="mv_searchspec" size="5" multiple>
> <option value="1">1</option>
> <option value="9">9</option>
> <option value="18">18</option>
> <option value="22">22</option>
> <option value="24">24</option>
> <option value="25">25</option>
> <option value="26">26</option>
> <option value="28">28</option>
> </select></p>
> </center><div align="center"><center><p>
> <input type="submit" value="search" name="mv_todo">
> <input type="reset" value="reset" name="B2">
> <input type="hidden" name="mv_search_file" value="products">
> <input type="hidden" name="mv_search_field" value="category">
> <input type="hidden" name="mv_search_page" value="results">
> <input type="hidden" name="mv_return_fields"
> value="description,price"></p>
> </center></div>
> </form>
>
> When I submit the form, it is being directed to the URL:
> http://192.168.1.15/newcatalog/[process-search] , which does not
> exist. This looks like an obvious error, but I am not sure what is
> missing.
Sounds like a catalog.cfg problem. Check that the Variables
SERVER_NAME and CGI_URL are correct for your site, change them if
necessary and run reconfig or restart mv
hope this helps
> The demo worked O.K.
> I am using Linux 6.0 with Apache.
> Thanks.
> Stanley Major <stanley@ciphersys.com>
> Cipher Systems Ltd. (ph)403-256-8877
> 200, 279 Midpark Way SE (fax)403-256-8878
> Calgary, Alberta, Canada T2X 1M2 http://www.ciphersys.com
> Cipher Systems - Providing IT solutions since 1978
>
> -
> To unsubscribe from the list, DO NOT REPLY to this message. Instead,
> send
> email with 'UNSUBSCRIBE minivend-users' in the body to
> Majordomo@minivend.com.
> Archive of past messages: http://www.minivend.com/minivend/minivend-list
>
>