Whenever I click on the dropdown menu, the function reload is triggered immediately. How can I make the reload function run only after selecting an item from the dropdown menu? Any assistance would be greatly appreciated.
<form><select name="student" onclick='reload'>
<option value="A">Student A</option>
<option value="B">Student B</option>
<option value="C">Student C</option>
<option value="D">Student D</option>
<option value="E">Student E</option>