how to reload same page after change the select box option.
I have to used some shopping cart framework.In this i need to update cart price when i changed product attributes ,
so i need to reload the same page when the select box is onchanged.
<tr><td>
<select name="color" onchange="">
<option value="red"> Red </option>
<option value="red"> Blue</option>
<option value="red"> Green</option>
<option value="red"> Pink</option>
</select>
</td></tr>