![]() |
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? |
Re: drop-down list - submit issues
Do you got any error?
Quote:
|
Re: drop-down list - submit issues
Quote:
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.