X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   drop-down list - submit issues (https://forum.x-cart.com/showthread.php?t=44524)

jholley 12-31-2008 05:17 PM

drop-down list - submit issues
 
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?

Vetrivel 01-01-2009 03:27 AM

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?


jholley 01-01-2009 10:32 AM

Re: drop-down list - submit issues
 
Quote:

Originally Posted by Vetrivel
Do you got any error?


No errors. It actually works the way it was designed to. And of course I seem to try to make things harder on myself than they should be.


All times are GMT -8. The time now is 06:48 PM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.