Simple onChange Redirect JavaScript select tag
Are you looking for a very simple JavaScript that can redirect to an URL onChange of the Dropdown box?
Here is the code which is ready to use on any of your project.
1. JavaScript:
<script type="text/javascript"> function gotopage(selval){ var…