120
Views
5
Comments
Solved
Java script client vs server action
Question

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.

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

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-


2025-08-22 10-19-44
Pramod Jain
 
MVP

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.



Regards

-PJ-

2020-06-08 02-42-28
Wasabi

Pramod Jain wrote:

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.



Regards

-PJ-

the image shows that action run javascript is a server action, isn't it? thank you.

2025-08-22 10-19-44
Pramod Jain
 
MVP
Solution

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-


2020-06-08 02-42-28
Wasabi

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).

2025-08-22 10-19-44
Pramod Jain
 
MVP

That true:)



Regards

-PJ-

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.