cancel
Showing results for 
Search instead for 
Did you mean: 

display external html page in a view

Former Member
0 Kudos

Hi,

following Problem,

I have a Viewcontainer with 2 columns ans one row. In the left cell I display a tree. OnSelect Event I'd like to display a html page in the right cell.

Example:

Searchengine

-> Google

-> Yahoo

-> ...

On Klick at google in the treeview I'd like to show http://www.google.de in tghe right cell - this means the tree should still display.

Is this possible - and has anyone an idea to do this?

thanks in advance

Gregor

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Gregor,

You can use the iFrame control as was suggested earlier.

But if you are planning to deploy your application on the portal, you can use portal navigation. This is a neat way of doing this but only if you have portal in mind.

Regards,

Satyajit.

Former Member
0 Kudos

Hi

We strongly donot recommend usage of Iframe, because its support is depcrecated and will not be available for future versions.

For a short duration or for current version, use can Iframe only for static html links. Try using link to URl and display the htmls in external windows.

Check out this link

http://help.sap.com/saphelp_erp2005/helpdata/en/e9/7652a84fada444bd11ca73670ce7dc/frameset.htm

My advice is to change your functionality accordingly

If you have any specific requirements do let us know

Thanks

sathyanarayanan

Yashpal
Active Contributor
0 Kudos

Hi,

use IFrame Ui Control on ur right pane of window and the set the source of UI control to the google URL. on click of tree element fire a plug to the right view.

Thanks,

yashpal