cancel
Showing results for 
Search instead for 
Did you mean: 

URL with POST

mmgc_riel
Participant
0 Kudos

Hi,

In my application i want to open an external website with an URL.
Immediatly followed by POST of a set of data.

example:

The website URL shows a map. The POST of the data is a parameter the website needs to position the map.

I tried it with iFrame but the post doesn't work.

Now i'm looking to HTML Island or HTML Container.

But i'm not familiar with javascript.

Is the requirment possible with the Island or Container
Does somebody has a javascript which does this.

Any suggestion is welcome.

Thanks

Maarten

Accepted Solutions (0)

Answers (3)

Answers (3)

mmgc_riel
Participant
0 Kudos

Hi,

I've a HTMLISland and a javascript.
Finally this does the trick.

Thanks

Former Member
0 Kudos

Hi, maybe this one could help you

Regards,

Felipe

mmgc_riel
Participant
0 Kudos

Hi,

I tried something.
But i need it in WebDynpro on ERP

ramakrishnappa
Active Contributor
0 Kudos

Hi Maarten,

For javascript code snippet, please refer to below link

ABAP Google Maps Integration in SAP using RESTful Web Service - Blog

Hope this helps you.

Regards,

Rama

mmgc_riel
Participant
0 Kudos

Hi Rama,

Thanks.

I tried the google maps solution already.

But my problem is that the URL i want to use is different every time. The URL contains a lot of parameters. Like the operation the webservice must perform.
The post must be filled with lot of geo points. And because this can be a very long string, i cannot send it in the URL but i must use the POST.

Regrads
Maarten