You might want to look into one of two things. The first is the webView method stringByEvaluatingJavaScriptFromString:
This allows you to pull JavaScript values out of the web view and into the rest of your app
The other is maybe look at the pasteboard api, see if there is anything there that can help
|