cancel
Showing results for 
Search instead for 
Did you mean: 

How to embed an Ixos tif into a web dynpro

Former Member
0 Kudos

Does anybody know how to embed a tif image into an iFrame or maybe a image UI element....not sure what the best approach for doing this is.

We have a url available to Ixos server which launches the tif image: Example:

http://server.company.com:8080/archive?get&pVersion=0045&contRep=D1&docId=aaaaokjdx1cen255paaaab4dce...

How would we have this tif image already embedded in an iFrame when the application launches? We don't want it to launch a new window.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

If I set the source of the IFrame to this url, the TIF is opened in a new window and it is not embeded in the webdynpro IFrame.

Former Member
0 Kudos

An Image UI element will not work because TIF is not an image format supported natively by browsers. In IFrame should work, just set the "src" property to the URL.

Armin