
01-01-2009, 03:27 AM
|
|
 | |
|
|
 eXpert
|
|
Join Date: Apr 2008
Posts: 398
|
|
|
Re: drop-down list - submit issues
Do you got any error?
Quote:
Originally Posted by jholley
I have a drop-down list on our site which looks like this
<form action="home.php" name="specialform" method="post" >
<select name="special_cat2" style="width: 130px; text-align: center" onchange='javascript: document.specialform.action = document.specialform.special_cat2.value; document.specialform.submit();'>
<option value="" selected>{$lng.lbl_photo_housings}</option>
<option value="categoryurl.html">Title Goes Here</option>
<option value="categoryurl.html">Title Goes Here</option>
<option value="categoryurl.html">Title Goes Here</option>
</form>
When I select one of the options the results actually open up as search results.
I want it to just go to the category page.
Any idea how to change this to work?
|
__________________
MercuryMinds Technologies Development Team,
Professional X-Cart Design, X-Cart Development, X-Cart Customization Services
www.mercuryminds.com
X-Cart Mailchimp Ecommerce 360 Plugin/integration module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x)
Smasher, a smart search engine for x-cart store (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x)
One Page Checkout (OPC) - X-Cart module (Compatible with X-Cart 4.1.x, 4.2.x, 4.3.x)
|
|