On Feb 4, 2010, at 11:44 PM, Philip Juel Borges wrote:
> This code, HTMLverseLabel.text = [webView
> stringByEvaluatingJavaScriptFromString:@"document.title"]; extracts the title
> of any HTML file that is loaded in the UIWebView into a UILabel . So title
> becomes a general pointer that is o
Hi,
I'm looking for a way to create an IBAction that extracts the id value
of a tag name into a UILabel from any given HTML file that is loaded
in my UIWebView. My ids are as listed below:
This code, HTMLverseLabel.text = [webView
stringByEvaluatingJavaScriptFromString:@"document.ti