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

Call a URL which is a Javascript

Former Member
0 Likes
1,358

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

We need calculator into awd-screen so i put calulator html code (use google to find) into mime and then i show it in iframe dynamicly (using button).

So it is possible to run javascript in awd whenever you want .