I have a select box that lets the user select a url and it will open that url in the current page. How can I have the select open the url in a new window?
<select onChange="location = this.options this.selectedIndex].value;">
<option selected >-- Choose One --
<option value="
thanks
<select onChange="location = this.options this.selectedIndex].value;">
<option selected >-- Choose One --
<option value="
thanks