Home > front end >  At the front desk with ajax to send values to ASPX page with art. Daolog how open the ASPX page no d
At the front desk with ajax to send values to ASPX page with art. Daolog how open the ASPX page no d

Time:10-10

Front desk ajax request was
$. Ajax ({
Type: "POST",
Async: "false",
Url: '../edit. Aspx ',
DataType: "HTML",
Data: {" start ": start},
Success: the function (MSG) {

},
Error: function (err) {
}
})
},
Background aspx page receive data
. String start=Request Form (" start ");
The title. The Text=start;

Art. Dailog open after the title page does not show data,
Art. Dialog. Open ((" edit. Aspx "), {
Lock: true,
Title: 'new events,
Width: 550,
Height: 650,
Ok: function () {
This title (' submission... ');
},
CancelValue: 'cancel',
Cancel: function () {
Alert (' you point the cancel button ')
},
}),
  • Related