View Single Post
The applescript command 'do script' is still in OmniWeb's Script Definition File but is not implemented (interface OWRunScriptStringCommand does not exist).

ie:

tell application "OmniWeb"
set myWin to window 1
do script "alert('do script works !')" window myWin
end tell

The previous script can be "compiled" but returns an error.