I am trying to click on a link in a webpage (which is always a different hyperlink but has the same text e.g. "Prev Day") with UIWebView. How can I do this once a UIButton is touched?
This is the HTML code (just of the link which needs to be clicked) of the webpage:
<tr><td><DIV align=center><A class=ROLLOVER href=" http://www.dhsb.org/index.phtml?d=201435&de=0&my_child_timetable_date=1322638827" t="e" v=" http://www.dhsb.org/index.phtml?d=201435&de=0&my_child_timetable_date=1322638827"><FONT size=2>Prev Day</FONT></A>
Maybe the UIWebView can look for the text "Prev Day" then look for a hyperlink associated with it and click on it?