Pass the form value from client side to server with webservice

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Luda
    New Member
    • Feb 2013
    • 1

    Pass the form value from client side to server with webservice

    I have an html form with fields, dropdown select box and check box.
    I need to pass that field values from client side to the server with webservice I have
  • gits
    Recognized Expert Moderator Expert
    • May 2007
    • 5388

    #2
    can you please make it more clear - what exactly do you have and what do you want to call? basicly to pass data from the client to the server you may use either a XMLHttpRequest or a simple form-submit.

    Comment

    Working...