Frontend js call background Method

Source: Internet
Author: User

Frontend js call background Method

This article introduces the frontend js call background method. The following is a good example. For more information, see

1. Background Method

Copy the Code as follows:

Public string AA (string cc)

 

{

 

String dd = "Hello everyone is really good ";

 

String message = dd + cc;

Return message;

 

}

 

Front-end JS

Copy the Code as follows:

Function Init (){

Var v = "China ";

Var s = '<% = AA ("' + v + '") %> ';

Alert (s );

}

 

2. post submission

 

PVISAjax. aspx is the processing page

 

Data in {} is a parameter

 

Data is the returned data.

Copy the Code as follows:

$. Post ("PVISAjax. aspx", {Method: "PLANT", PlantName: plantName}, function (data ){

If (data! = Null ){

List = new Array (); // delimiter

List = data. split (",");

Var gfoN = list [0];

Var grfoN = list [1];

Var elN = list [2];

Var ulN = list [3];

Var etbaN = list [4];

Gfo. SetValue (gfoN );

Grfo. SetValue (grfoN );

Exeuro. SetValue (elN );

Exusd. SetValue (ulN );

Etba. SetValue (etbaN );

PvisName. SetValue (etbaN );

Etba. mainElement. title = etbaN;

}

});

 

Background

 

Convert. ToString (Request ["PlantName"]); receives the 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.