Hi kota,
When executed in the Server, RunJavascript will queue a script to be executed after the page is loaded in the client. So if you run it several times in the context of the same request, it will add more scripts to the queue.
So the logic you have works in your Development environment, but not in the other one (Production?), is that it? Can you share an eSpace with an example of the logic you're using?
Regards,
Paulo Ferreira
When executed in the Server, RunJavascript will queue a script to be executed after the page is loaded in the client. So if you run it several times in the context of the same request, it will add more scripts to the queue.
So the logic you have works in your Development environment, but not in the other one (Production?), is that it? Can you share an eSpace with an example of the logic you're using?
Regards,
Paulo Ferreira