On Feb 16, 11:21 am, marcelo <[email protected]> wrote: > > That means that the desktop application must be freely available for > download, not that the desktop application must use a web page, so as > I understand it, the desktop application may well use file:// to load > a local map.
You could be right. In which case the desktop app needs to write a local file to load into the WebBrowser object. Bottom line (changed!): you need a protocol in your web page url (file:// or http://) and injecting Javascript directly won't work. Andrew --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Google Maps API" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/Google-Maps-API?hl=en -~----------~----~----~----~------~----~------~--~---
