I'm try to get my first xsjs to work
I have made it very simple.
var md = $.request.parameters.get('CALMONTH'); $.response.setBody("Procedure success! CALMONTH = " + md); $.response.setContentType("text/html"); $.response.setReturnCode($.net.http.OK);
But when it comes back
So even if i were to return something meaning full i wouldnt be able to use it.
Anybody knows what I might be missing.
Best Regards
Rasmus