I have written a simple helloworld app with a WebView which has a link to Cnn on a simple.html page in my asset folder.
<a href="http://cnn.com">cnn.com</a>
How, in my Activity do I capture the click on this, stop the WebView from navigating, and then informing the Activity that "http://CNN.com" was clicked?