Click here to Skip to main content
15,896,304 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am trying to build a simple website using HTML5 and JQuery-mobile that will consist a simple button or select menu that once pressed/selected will call a certain webservice and recive a message that everything works.

i have built a simple page with select menu but i cant figure out how to make it call the web service.

if anyone can advice me hoe to do it i will be grateful,
thanks.

this is the select menu:
JavaScript
<div data-role="fieldcontain">
      <label for="lock">lock/unlock</label>
       <select name="lock/unlock" id="lock/unlock">
         <option value="locked">locked</option>
         <option value="unlocked">unlocked</option>
       </select>
     </div>
Posted
Updated 2-Aug-12 20:20pm
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900