Unfortunately I don't have access to JQuery and all it's nicety. But I do have access to JavaScript. How do I check if an OPTION exist in a HTML Select?
EDIT: To clarify, I need to know if an option exist. So for example:
<select>
<option>Volvo</option>
<option>Saab</option>
<option>Mercedes</option>
<option>Audi</option>
</select>
I check if "Hyndai" is an OPTION, and it is not.