cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Call a URL which is a Javascript

Former Member
0 Likes
1,365

Hi All.

I know we CANNOT call javascript in Web dynpro abap.

I also know we can call a URL via calling external window and passing the URL.

We needed a functionality which requires a small piece of javascript code to be executed on click of any button. I have placed a javascript code in the portal server.

I was wondering if there could be a way to call a URL WITHOUT the external window - this would mean that I call my javascript URL whenever I want.

Thanks in adv for your patience.

View Entire Topic
Former Member
0 Likes

Just put html to mime and call it from abap web dynpr using iframe...easy

KK

thomas_jung
Developer Advocate
Developer Advocate
0 Likes

The iFrame is depreciated and no longer supported. You can expect that it might be removed as a UI element at some point in the future. You should avoid its usage.