Hello, I have this code:
<select name="product" class="buy">
<option value="products.php" selected>Select Term</option>
<option value="products.php?item=1&term=1">2 Month</option>
<option value="products.php?item=1&term=3">3 Months</option>
<option value="products.php?item=1&term=6">4 Months</option>
<option value="products.php?item=1&term=12">5 Months </option>
</select>
I need to make it so as soon as you click that select box, it loads the url (value)... if anyone can help me that would be great!