Re: Extract ID Value Into UILabel.

2010-02-05 Thread Jens Alfke
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

Extract ID Value Into UILabel.

2010-02-04 Thread Philip Juel Borges
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