Link to home
Start Free TrialLog in
Avatar of markmchugh
markmchugh

asked on

problem posting select option to a script

Hi,
I am using the following on a form

<select tabindex="6" multiple="multiple" size="4" name="area">
          <option value="11">Nationwide</option>
          <option value="12">United Kingdom</option>
          <option value="13">International</option>
        </select>

but when select multiple options only the last selected option is posted?
ASKER CERTIFIED SOLUTION
Avatar of hielo
hielo
Flag of Wallis and Futuna image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial