a little help please,
I have this code, I would like to create a javascript function to delete the first three select options (50,55,60) and keep only the last (65) you can help me..... thanks
<select>
<option value="50" selected="selected">50</option>
<option value="55">55</option>
<option value="60">60</option>
<option value="65">65</option>
</select>