Pages

12 November 2009

SAP iViews in MOSS

Found this [PDF] - offering a solution for the iframe based standard MOSS iView webpart - causing the "poor" SAP iView to reload itself.

The solution is to use the object tag to load the html of the iView, instead of using iframe.

Drawback of the object html tag is that requires confirmation from the user in IE, but with the help of the GPO policies this can be eliminated.

<object id="iView_container" name="iView_container" type="text/html" data="http://myserver/iview/url" />

No comments:

Post a Comment