On May 29, 2014 10:57:43 PM EDT, Sytze de Boer <[email protected]> wrote: > Where I need my client to go to a specific web address, from within > my > apps, I have always taken the following approach > > Local loIE > loIE=Createobject('internetexplorer.application') > loIE.Navigate( > "http://www.nzpost.co.nz/tools/address-postcode-finder") > loIE.Visible = .T. > > But, what should I do where they use Chrome or Firefox, and Internet > explorer is not on the pc ?
Use the Windows API ShellExecute. Pass in the uri and the default browser well open the page. -- Tracy _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[email protected] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

