Here is the code:
<div id="TBRefineHead">
<h3>By Location</h3>
<ul>
<li><span class="refineDet"><a href="Search.aspx?ModuleID=643&keywords=test&multiSite=False&Tax=41">Australia wide (1)</a></span></li>
<li><span class="refineDet"><a href="Search.aspx? ModuleID=643&keywords=test&multiSite=False&Tax=27">Location (1)</a></span></li>
</ul>
<h3>By Subject Matter</h3>
<ul>
<li><span class="refineDet"><a href="Search.aspx?ModuleID=643&keywords=test&multiSite=False&Tax=17">Air Quality (1)</a></span></li>
</ul>
</div>
Is there a way to make them into two drop-down select lists?
<select>
<option></option>
<option></option>
<option></option>
<option></option>
<option></option>
</select>
without javascript, and even if the form was recreated,
– Kevin Chavez Dec 06 '12 at 03:55, you could have a look here http://v2.easy-designs.net/articles/replaceSelect/
– Kevin Chavez Dec 06 '12 at 06:39