cancel
Showing results for 
Search instead for 
Did you mean: 

Using frameset in HTMLB

former_member188321
Contributor
0 Kudos

Hi All,

I am trying to use frames in a JSPDyn project, using HTMLB. But I am not able to see the frame content.

Can you tell me what tag should I use and how(sample).

Moreover, how to get the base URL so that I can set the src of frmae to some other JSP/HTML.

Accepted Solutions (1)

Accepted Solutions (1)

detlev_beutner
Active Contributor
0 Kudos

Hi Damandeep,

using framesets is really "out", for many many problems in many areas. So my first advise would be: Do not use framesets.

If you still want to, be aware that framesets are not supported by HTMLB, there are no such tags. Anyhow, you can use pure HTML, but you should be aware that this may cause trouble if you work with frames within a portal application.

What's supported up to some degree are iFrames by the HTMLB element "Isolated HTML Container", see http://help.sap.com/saphelp_nw04/helpdata/en/80/9d0e41a346ef6fe10000000a1550b0/frameset.htm for details.

The src of a frame can be set absolutely, that will make most sense for base URLs can be very different (depending if the iView is embedded or not etc).

Hope it helps

Detlev

PS: Please consider rewarding points for helpful answers on SDN. Thanks in advance!