I have the following piece of code that directs users to a page based on their selection in a drop down menu. This code opens a new window, however, I need to modify it so the page opens in the same window.
Advice is appreciated!
</SELECT>
<input type="button" value="Go!" onclick="window.open(document.getElementById('list').value,'')" />
<br><br>