Is it possible to call a JavaScript function from the currently
loaded page? After it's loaded, can call a function and pass it a
value?
Yes.
And the right place to ask this is on the perhaps-misleadingly named
email@hidden mailing list. This is an obsolete list
for talking about development of WebCore; that discussion is now part
of the WebKit Open Source Project (see our website at <http://
webkit.opendarwin.org>).
There are two easy ways to do this. One is to call:
-[WebView windowScriptObject]
on an existing WebView. This gives you an object of type
WebScriptObject, and you can get properties, call methods, etc.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webcore-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webcore-dev/email@hidden