I just got a problem, i have a select tag with some different options.
Now I want to check which of these options is selected by the user.
Then i want to load a new html file into this site (depends on which options the user has checked) width javascript, how do i do that ?
Here is the select menu
<select>
<option>option1</option>
<option>option2</option>
<option>option3</option>
<option>option4</option>
<option>option5</option>
<option>option6</option>
</select>