hi all,
now i'm working with javascript code, i reed the Web Client Dev and i see the jsdoc.
i can't find a way to send the message from my javaadapter to a javascript function.

i created my java adapter, this create a String with a json, something like this
String sMessage = "{field1:'value1',field2:'value2',....}";

how can i do to pass this String to a javascript function?? and then, how can i run this javascript function with this parameter?? depending of the values i have to hide or show some areas of my web site.

thanks for your help.