Possible Duplicate:
Javascript in UIWebView callback to C/Objective-C
I have an application which has a UIwebView with and its delegate methods in that one URL has source like
button onclick="window.close();">Close Me
and when I click on that not any of delegate method called.
How can I get that button close me clicked?