Hi,
I would like to know if it is possible to display an external page (i.e. an URL to a page outside the WebAS) inside a view from a ViewSet.
For example, I create a ViewSet with two nested views. I would like to forward the first nested view to an external html page (i.e. http://www.google.com) and would like to display some WebDynPro content in the second nested view.
Is this possible using ViewSets??
I would use IFrames for this but we are not able due to browser limitations.
Thanks in advance,
Marc Antoine
Hi Marc Antoine,
no, i'm afraid, without using IFrames this will not work as a part of the view assembly. What you could do alternatively is open an external window, if that is sufficient (and possible according to browser limitations). Please have a look at the API documentation of IWDWindowManager.createExternalWindow().
Hope that helps.
Regards
Stefan
Add a comment