I'm working on the address page for a shopping cart. There are 2 <select>
boxes, one for Country, one for Region.
There are 6 standard countries available, or else the user has to select "Other Country". The <option>
elements all have a numeric value - Other Country is 241. What I need to do is hide the Region <select>
if the user selects Other Country, and also display a textarea.
Any help MUCH appreciated!