Hi there i am wondering why javascript in the web application is considered as server action, on the other hand in the mobile app it is considered as a client action? Thank you.
Hi Ofsat,
Yes this action is a server side action but it doesn't run the java script instead it sends the JavaScript code to the browser. i m not sure but its more like we do the register client script in asp.net .
Regards
-PJ-
Hi Ofast,
How to you realize that java script is considered as server action in web application ? Can you add any example so that i can try to reply you correctly.
Pramod Jain wrote:
the image shows that action run javascript is a server action, isn't it? thank you.
Thank you. I think you are correct as Outsystems has no control to the browser's process, so it only gives back the javascript to be run in the browser's context (browser client action).
That true:)