Siebel frameset Type="Page" for displaying External Application hides the Pop Up Applet behind it.
Hi,
We have embedded the External Java Application in the Container Page to prevent it from being refreshed as follows:
<swe:frame type="Content">
<swe:include file="RCCL_CRS_CCFrameContentHI.swt"/>
</swe:frame>
In the RCCL_CRS_CCFrameContentHI.swt file we have called the External Application in the Object Tag as follows:
<swe:frame type="Page" htmlAttr="marginheight='0' marginwidth='0' scrolling='Yes' frameborder='1' style='height:10px;position:absolute;z-index:-1'">
<OBJECT name = "JWalkctrl1" id = "JWalkctrl1" width = "802" height = "600" classid = "clsid:{556F788E-BDE9-4DE9-8BEA-CADCF4B531C9}">
<PARAM NAME="StartSession" VALUE="YES">
<PARAM NAME="UseMainPanelSizeAsDefault" VALUE="YES">