Expand my Community achievements bar.

Javascript is not working on the server

Avatar

Level 3

Hi,

Concatination of the strings using javascript is not working when you set the option run at "Server".It works fine when it is changed to "Client" or "Client and Sever".But It is not working only when the option "Server" is selected.

Regards,

Manjula

4 Replies

Avatar

Former Community Member

Did you ever figure out the cause of this problem?

Avatar

Employee

I am very surprised be this. Do you have a form to share where it is not working?

Avatar

Former Community Member

I have access to 4 different servers (3 of which should be the same).  JavaScript works on 1 of the servers, but not on the others.  Slightly different issue than the original poster's.  However, I thought if he (or she) found a solution, it may provide me with some helpful insight.

Avatar

Employee

The server uses the extendscript engine, and the client uses the Mozilla engine. Although there are some subtle differences, they both work by in large the same. In fact, I would expect issues on the client (i.e, js is disabled) versus the server. it should just work on the server. Are there some errors in the application server log?