cancel
Showing results for 
Search instead for 
Did you mean: 

Using the iFrame in Web Dynpro

Former Member
0 Kudos

Hi all,

Can a listener/event sender like in two different iviews to have it communicate with each other be done with two different iframes?

Thanks,

Jin Bae

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

IFrame is only of limited use. For communication between different applications, use portal iViews and portal eventing.

Armin

Former Member
0 Kudos

How would you display a website in an iframe within the layout?

Jin Bae

Former Member
0 Kudos

Provide the url of the site in the source property of the Iframe

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi jin,

For ur iframes to be in a particular layout u can adjust its size and all and put this iframe in a column or row of the layout that u r using..

But as Armin said they r limited so its better if u need communication u can go for Portal Eventing.. (EPCF)

where u'll develop two components those wil have the iframes in them so then u can communicate between these components using EPCF method..

And one more thing is u can set the url property of that iframe to the url as said by Noufal...

But u cant do any eventing between two iframes as such in webdynpro without portal eventing..

Thanks & regards,

Sirisha.

Former Member
0 Kudos

Hi,

Every time your application sends a request to the server and gets a response ur IFrame will be refreshed.

So even if u display a webpage using IFrame by giving its url in the source property you might not be able to navigate through the web page continously.

Better options are to go for External windows..

Regards

Bharathwaj