Is there any way to programmatically execute javascript in a Windows
HTMLViewer and receive a return value?
I can execute javascript via the LoadURL method -
HTMLViewerObject.LoadURL("javascript:whatEver()") - but LoadURL does not
return a value.
On Mac, I can execute javascript and get a return via Declares by
invoking "evaluateWebScript" on the "WebScriptObject" of the underlying
"WebView". "evaluateWebScript" returns a value.
Is anything similar possible on Windows? What is the underlying system
object behind an HTMLViewer on Windows? Can it be accessed via declares?
If so, how? Where might one find documentation of the API of the 'base'
object?
Thanks in advance for any assistance,
Ken
_______________________________________________
Unsubscribe or switch delivery mode:
<http://www.realsoftware.com/support/listmanager/>
Search the archives of this list here:
<http://support.realsoftware.com/listarchives/lists.html>