Link to home
Start Free TrialLog in
Avatar of IanTh
IanThFlag for United Kingdom of Great Britain and Northern Ireland

asked on

spry validate select not working

<span id="spryselect1">
<label for="Technology requirement">Technology Required </label>
          <select name="technology select" id="techselect" >
            <option selected="selected">Select a technology</option>
            <option>Desktop</option>
            <option>Windows</option>
            <option>Linux</option>
            <option>Server</option>
            <option>Network</option>
            <option>Infrastructure</option>
            <option>Windows Application Development</option>
            <option>Mobile device application development</option>
            <option>Web Design</option>
          </select>
        </label>
        <br />
        <span class="selectvalidState">Please select an item.</span></span>

 User generated image
whenever I click an item I always get a error saying missing value
I think I am missing values to pass and thats why when an item is selected I still get an error as there is no value so how do I do that
ASKER CERTIFIED SOLUTION
Avatar of Jason C. Levine
Jason C. Levine
Flag of United States of America 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
Avatar of IanTh

ASKER

Doh

brill thanks well I was nearly correct it was the missing value wasn't it just didn't know where to put it
Avatar of IanTh

ASKER

spry validation select value
Avatar of IanTh

ASKER

actually why didn't dreamweaver use the properties panel as thats a normal parameter isn't it  a value