cancel
Showing results for 
Search instead for 
Did you mean: 

Display of HTML Frames through an iView

Former Member
0 Kudos

Hi,

I'm in the process of evaluating EP against a set of requirements and I've heard somewhere that, under EP5, you cannot use an iView to display an external website that contains HTML Frames.

Is this the case?

Can you do it under EP6?

Thanks

Accepted Solutions (0)

Answers (3)

Answers (3)

Former Member
0 Kudos

Hi Stuart,

the functionallty of using URL iViews is both on EP5 and EP6 so it shouldn't be a factor deciding which EP version you'd like to use.

about how to , you create a new iView there you choose URL iView and in it's properties you enter the url you like to point to.

hope it helps,

Yoav

detlev_beutner
Active Contributor
0 Kudos

Hi Stuart,

the concept for integrating external websites are so called URL iViews. It's nothing you have to implement by yourself, it works out of the box. And also yes, this can be done under EP6.

Hope it helps

Detlev

nol_hendrikx
Active Contributor
0 Kudos

Hi Stuart,

Regardless of which portal version you have, this is HTML stuff

Have a look at this example (copy it to a new file and name it test.html:

==============

<html>

test page with iframe

<iframe src="http://www.draac.com/framestest.html" width="100%">

</iframe>

Iframe ended ....

</html>

===============

It is a prove you can use framesets within an iframe.

Good luck

Noel