Is it possible to make a call to javascript that's in an iframe?
If so, what do I need to change in my code?
My first guess would be that you'll have to dig through the DOM
structure, find the iframe object, get its associated WebFrame, and
work with that.
Thanks. I have tried that, getting the proper WebFrame with
findFrameNamed: but the webView of that frame is the main page, and
windowScriptObject doesn't work from a WebFrame, only a WebView.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/cocoa-dev/email@hidden
This email sent to email@hidden