Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

FM to start IE (google maps) in separate window ?

gerd_hotz
Contributor
0 Kudos

Hello experts,

is there a fm or something in order to start the internet explorer

in separat window so that I can give this ie-window parameters

for geodate google-maps ?

Has anybody experience in this ?

Thanks for help,

Gerd

1 ACCEPTED SOLUTION

former_member156446
Active Contributor
0 Kudos

Hi there you can use a call_browser FM

to send the parametes to the site.. you need to analyse how google is using ur search criteria in the adress bar and send the URL accordingly.

........maps?f=d&saddr=Cleveland ,+ Ohio &daddr= seattle +wa &hl=en&geocode=&mra=pe&mrcr=0&sll=44.527843,-102.041016&sspn=29.551823,56.601562&ie=UTF8&ll=47.575599,-122.161102&spn=0.218641,0.4422&z=11

3 REPLIES 3

Former Member
0 Kudos

hi,

use CALL_BROWSER fm and pass the parameters

former_member156446
Active Contributor
0 Kudos

Hi there you can use a call_browser FM

to send the parametes to the site.. you need to analyse how google is using ur search criteria in the adress bar and send the URL accordingly.

........maps?f=d&saddr=Cleveland ,+ Ohio &daddr= seattle +wa &hl=en&geocode=&mra=pe&mrcr=0&sll=44.527843,-102.041016&sspn=29.551823,56.601562&ie=UTF8&ll=47.575599,-122.161102&spn=0.218641,0.4422&z=11

former_member182371
Active Contributor
0 Kudos

Hi,

this might help you:

Best regards.