Hey all,
I'm having two Slecet Option inputs. When both are chosen i want to compare the two make sure they ar ethe same. Its for confirmation purposes.
How would i get the value of a selected option. (I don't know which option is chosen, I don't know the id of the option, i dont know the value of the option. I just now the id n name of the select)
I'm having two Slecet Option inputs. When both are chosen i want to compare the two make sure they ar ethe same. Its for confirmation purposes.
How would i get the value of a selected option. (I don't know which option is chosen, I don't know the id of the option, i dont know the value of the option. I just now the id n name of the select)
Code:
<select name="whatever"> {Loop here to output many options} </select>
Comment