cancel
Showing results for 
Search instead for 
Did you mean: 

Getting actual IFrame-source

Former Member
0 Kudos

Hi,

I load a page in an IFrame and need to get the <b>actual</b> source. Methods like IWDIFrame.getSource() only return the initial source. I don`t need this initial source (i.g. "http://www.sap.com") but the source which would appear in a regular browser ("http://www.sap.com/index.epx"). Has anybody an idea?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

What do you want to achieve with the IFrame?

The Web Dynpro IFrame has only limited use because it is reloaded on every server round-trip. It can only be used to display some static content inside a view. It is not usable for integrating applications inside a Web Dynpro application.

Armin

Former Member
0 Kudos

I have the same problem. I load an url in an wd iframe - the page i am loading jumps dynamically to another url, which again i need to grab.

Is there any way to get it done? to get the actual url of the iframe?

btw: i can't use an ordinary html or jsp with javascript, as it is not supported by the server. so a wd solution would be handy!

thanx for a hint,

matthias