I know that you can detect link clicks in a UIWebView with:
UIWebViewNavigationTypeLinkClicked
and easily access the url, i also know that you can:
return YES or return NO
if you want to advance to the next page or not...but is there a way to use a UIAlertView to determine if the use wants to return YES or NO?