Safe method of JS page redirect using a ``` ? My comment about clunkiness is because I have to write a separate ```EventListeners()``` function. – Grindlay Sep 01 '19 at 16:10

  • The ID works, but that means different menus can't have the same value, because IDs are supposed to be unique. Also, the syntax for getting the option ID is more complicated: `sel.options[sel.selectedIndex].id` instead of just `sel.value`. – Barmar Sep 02 '19 at 18:20
  • I see what you mean, thanks. – Grindlay Sep 03 '19 at 19:55
  • 0 Answers0