How to execute a javascript function on the server side?

0

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?

    
asked by anonymous 03.07.2018 / 03:12

0 answers