Actions
The Actions are the actions that you want to be executed in the browser, it can be an alert, a JavaScript execution, or an element to add/replace/destroy.
CWebHyDrationBridge_alert(bridge, "hello %s", first_result_of_name);
This example shows how to execute an action in the browser.