Forum Moderators: open
Here's the form code:
<form name="RefineSearchForm" action="SearchResults.asp" method="get">
<font size=2><b>
</b></font>
<select name="RefineBy_#*$!" onChange="this.form.submit()" class="RefineSearch">
<option value="">Find By type</option>
<option value="YYY">Type 1 (5)</option>
<option value="ZZZ">Type 2 (6)</option>
</select>
<input type="hidden" name="Search" value="something">
</form>
Can a javascript be used in the <html><head> of a file to accomplish this based on the form name or the css class? I do not have access to all parts of the page but do have access to the websites template header and footer.