I am working on a program that has GoogleMaps embedded within a TcppWebBrowser object. I have alot of javascript in the page that it loads and I was wandering if there was any way possible to retrieve information from the Javascript in the webbrowser object and pass it back to my c++ code so that I can use that information?

I currently have the ability to execute functions in the javascript, I just can't retrieve any information yet.

Any ideas?