Foreground JS Call backend method

Source: Internet
Author: User
Tags call back split

  This article describes the next front desk JS call back-end method, there is a good example, like friends can refer to the following

1. Background method   Copy code code as follows: public string AA (string cc)     {    string dd = "Everybody good is really good";    Stri Ng message=dd+cc;  return message;   }    foreground js  copy code code as follows: Function Init () {  var v = "China";  var s = ' <%=aa ("' + V + '")%> ';  alert (s); }    2, post submission     pvisajax.asp X for data in the processed pages     {} for Parameters     data for the returned data   copy code code as follows: $.post ("Pvisajax.aspx", {method: "Plant", Pla Ntname:plantname}, function (data) {  if (data!= null) {  list = new Array ();//split characters   list = Data.split ( ",");  var gfon = list[0];  var Grfon = list[1];  var ElN = list[2];  var UlN = list[3];  var etb an = list[4];  gfo. SetValue (Gfon);  Grfo. SetValue (Grfon);  Exeuro. SetValue (ElN);  EXUSD. SetValue (UlN);  etba. SetValue (Etban);  pvisname.setvalue (etban);  etba.mainElement.title = etban; } });    Backstage    Convert.ToString (request["Plantname"); Receive passed parameters  

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.