SELECT onchange redirect to url
Tue Apr 13 2021 05:41:38 GMT+0000 (Coordinated Universal Time)
Saved by
@vwebtech
HTML
<form>
<select onChange="window.document.location.href=this.options[this.selectedIndex].value;">
<option vlaue="http://example.com/">Option 1</option>
<option vlaue="http://example.net/">Option 2</option>
<option vlaue="http://example.org/">Option 3</option>
.
.
.
content_copyCOPY
Comments