The WA Execute JavaScript command executes, in the Web area designated by the * and object parameters, the JavaScript code passed in jsCode and returns the result.
This example of JavaScript code causes the previous URL to be displayed:
$result:=WA Execute JavaScript(MyWArea;"history.back()")