Executing a server action from within some custom javascript

Hi @sitestreet
Is it a server action which is on the page and you want to run?

If that's the case, something like this should do the job:

dmx.parse("serverconnect1.load({})");

1 Like