On the server side:
return JavaScript("Callback()");
On the client side:
function Callback(){
//
}
The result is displayed as "Callback ()" on the webpage, I took the example here .
Any solution?
On the server side:
return JavaScript("Callback()");
On the client side:
function Callback(){
//
}
The result is displayed as "Callback ()" on the webpage, I took the example here .
Any solution?