Simulating frames in Portal Pages?

Hi,
How can I simulate frames in Portal.
I want to have a navbar accessible always
, even when I run a report or some other
app. I created a content area, put a hyperlink and set the "display in folder area" attribute and published the content area as a portlet. However, when I click on the link, it ends up occupying the entire page .
Any hints would be appreciated.
Sanjay

Frames are working fine in Portal, unless you are trying to put
them as Portlets(as each portlet is a table cell in content Area)
This is a dynamic Page that works fine for me in both netscape
and IE.
Excuse me, if your question is not regarding javascript frames!
Regards
Madhav
<ORACLE>
declare
x number;
vHeading varchar2(300) := 'XYZ_Report';
vUrl2 varchar2(2000);
vUrlName2 varchar2(200) := 'ZXY';
vUser varchar2(30) := 'NO_USER';
begin
select user into vUser from dual;
htp.htmlOpen;
htp.headOpen;
htp.title('Some Heading');
htp.headClose;
htp.frameSetOpen(
cRows =>
'60, *, 80',
cAttributes =>
'frameborder="0" framespacing="0"');
htp.frame(
cSrc =>'http://www.idea.com',
cName =>
'headerFrame' ,
cMarginWidth =>
'0',
cMarginHeight =>
'0'
htp.frameSetOpen(
cCols =>
'25%, 75%'
htp.frame(
cSrc =>
'http://www.world.com',
cName =>
'leftFrame',
cMarginWidth =>
'0',
cMarginHeight =>
'0' ,
cScrolling =>
'Yes',
cattributes =>
'frameborder="1"'
htp.frame(
cSrc =>
'http://www.oracle.com',
cName =>
'rightFrame',
cMarginWidth =>
'5',
cMarginHeight =>
'0',
cScrolling =>
'Yes',
cattributes =>
'frameborder="1"'
htp.frameSetClose;
htp.frame(
cSrc => 'http://www.cnn.com',
cName =>
'footerFrame' ,
cMarginWidth =>
'0',
cMarginHeight =>
'3' ,
cScrolling =>
'no',
cattributes =>
'frameborder="1"'
htp.frameSetClose;
htp.htmlClose;
end;
</ORACLE>

Similar Messages

  • Portal Page refresh

    Hi,
    I have created portal page links and I and using the hbj:link to place them on the page.  When I click the link, I go to the proper page, but the first and second level navigation do not refresh.  What do I have to do to accomplish that so it reflects the page that I am on?
    Thanks...
    Kevin

    You need to use the EPCM.doNavigate() method to cause the navigation plumbing to be made aware of what your intentions are.  EP is frame based and needs to carefully orchestrate what is displayed in each frame.
    See numerous posts on this forum for details.

  • Different Layout within a webflow for one Portal Page

    Hi All,
    Can I set different layouts within one portal page journey depending on the hyperlink
    I click on one of the portal page with in a webflow.
    My requirements is such that if user clicks on one of the link on one of the portlet,
    I want to show them the next page with different content in a different layout
    with in same portal page journey.
    Can anyone post the sample code to achieve this.
    Thanks
    Nitin

    1 - you can not change the photo frame size if that is what you are asking
    2 - you can enlarge the photo within the frame by selecting it and using the slider above the frame
    3 - you can use a different page layout -- or even theme -- see Liz Castro's web site for examples of all available layouts for each theme -- http://www.lizcastro.com/iphotobookthemes/
    LN

  • Gateway for accessing Portal pages from PDA

    Hi All,
    I am working on Oracle portal and want to use the oracle 10g wireless feature for portal pages.
    As per the directions I have enabled the mobile access for my portal as could see the content from the built in PDA simulator.
    Now, I would like to view the content from the actual mobile device (PDA).
    After aquring the device, I think I need to get the Gateway provider.
    I am completely blank on how to get the Gateway Provider etc.
    I would request you all to help on this. How to go for getting Gateway Provider and how I could view the content from actual mobile device
    Thanks,
    Sasi Bhushan.

    Hi,
    I am afraid this cant be done. The only thing is that the user will be forced to login.
    Thanks,
    Sharmila

  • Portal Page Design

    How do I create portal page with frames? That is like in HTML design a static frame or banner is on the left of the screen containing links, each link loads another web deployed application in the main frame.

    Can't you equate what you do with frames with setting up the regions of a portal page? We have similar layouts and we just use a combination of regions and tabbed pages to do this. Hope this helps

  • Frames in portal

    Hi,
    I am working with frames in portal.
    I am not getting frames in portal.
    Does the portal supports frames ?
    I wouid appreciate any help.
    Regards
    Gopi

    Frames are working fine in Portal, unless you are trying to put
    them as Portlets(as each portlet is a table cell in content Area)
    This is a dynamic Page that works fine for me in both netscape
    and IE.
    Excuse me, if your question is not regarding javascript frames!
    Regards
    Madhav
    <ORACLE>
    declare
    x number;
    vHeading varchar2(300) := 'XYZ_Report';
    vUrl2 varchar2(2000);
    vUrlName2 varchar2(200) := 'ZXY';
    vUser varchar2(30) := 'NO_USER';
    begin
    select user into vUser from dual;
    htp.htmlOpen;
    htp.headOpen;
    htp.title('Some Heading');
    htp.headClose;
    htp.frameSetOpen(
    cRows =>
    '60, *, 80',
    cAttributes =>
    'frameborder="0" framespacing="0"');
    htp.frame(
    cSrc =>'http://www.idea.com',
    cName =>
    'headerFrame' ,
    cMarginWidth =>
    '0',
    cMarginHeight =>
    '0'
    htp.frameSetOpen(
    cCols =>
    '25%, 75%'
    htp.frame(
    cSrc =>
    'http://www.world.com',
    cName =>
    'leftFrame',
    cMarginWidth =>
    '0',
    cMarginHeight =>
    '0' ,
    cScrolling =>
    'Yes',
    cattributes =>
    'frameborder="1"'
    htp.frame(
    cSrc =>
    'http://www.oracle.com',
    cName =>
    'rightFrame',
    cMarginWidth =>
    '5',
    cMarginHeight =>
    '0',
    cScrolling =>
    'Yes',
    cattributes =>
    'frameborder="1"'
    htp.frameSetClose;
    htp.frame(
    cSrc => 'http://www.cnn.com',
    cName =>
    'footerFrame' ,
    cMarginWidth =>
    '0',
    cMarginHeight =>
    '3' ,
    cScrolling =>
    'no',
    cattributes =>
    'frameborder="1"'
    htp.frameSetClose;
    htp.htmlClose;
    end;
    </ORACLE>

  • Publishing content from reports server to a portal page

    I have a system with Forms/Reports 6i in a client/server implementation. I have 6i reports server from this on the server tier. I have added 9iAS (minimal install) to get Portal and HTTP server. I have completed the configuration and I can have the portal page submit jobs to the reports server and they are displayed properly.
    But I also wish to run reports from the application. This app submits jobs to the reports server via RWCLI60. I was hoping I could use 'File' as the destype and drop off content into a directory the web server knows about and then have a portal page that will generate links to the files. These could be pdf or html output.
    Can anyone tell me if this is possible and provide a short list of steps to configure it? Thanks.

    there is an example of this on dev2dev, see sample code, "redirect" example
    (dev2dev.bea.com)
    "Lancy Mendonca" <[email protected]> wrote:
    >
    All
    In a webflow how is it possible to redirect to a portal page from a input
    processor.
    The situation I have is as follows. I have a homepage that has a login
    portlet.
    The user enters the username and password and after performing the validation
    and authentication I need to redirect to another portal page that is
    available
    only to logged users.
    Any help will be creatly appreciated

  • Issue in redirecting to portal page from SSO login page

    HI facing issue while redirecting to portal application from SSO login page.please find below basic details
    the application comprises of TAM / Apache / Weblogic, and all the request goes in the same order.
    When the application is deployed as portlet, the jsp page some how hard codes the apache host name, that in turn blocks any form submit or Ajax action.
    so on successful login the redirection is not happening to required portal page as it includes apache host name in the url consrtucted.
    Please suggest me what are the configurations that I need to verify .
    Thanks in Advance
    Jetti.

    If you upgrade to v7.1 you will have all those features and more - PLUS a lot of defective pieces have been fixed in 7.1

  • How to change one iView to another in portal page by clicking the third one

    Hi all!
    I have created four iViews: two speedometers with web application designer and two iViews with visual composer. I added the speedometers and a visual composer iView #1 to a portal page (default view). The requirement is that by clicking the speedometer #2, the visual composer iView #2 would replace visual composer iView #1 on the portal page. If the user then would select the speedometer #1 again by clicking it, visual composer iView #2 would replace #1 again and so on.
    I have read article http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/50b65a5d-f397-2910-a78a-f5544f21c33b?QuickLink=index&overridelayout=true, but it is more about filtering VC iView values with BI web items. I don't need to filter anything, just to change one iView to another in a portal view by clicking a third one.
    I have thought of placing two VC iView to a same portal page area and defining one of the to be visible and another hidden (by clicking speedometers these properties would change), but I haven't found the way how that could be done in portal. Is there a way to define some OnClick-method to change visibility parameters or url-address of another iView?
    One solution might be¨on the other hand to transfer any value to VC by clicking a speedometer and to change the visibility of the VC iViews according to that value (the speedometer #1 should in that case transfer other value to VC than speedometer #2). I don't know if that is possible with speedometers - you can't reference any characteristics or variables with it.
    If you have an idea, what would be the best way to accomplish this requirement, I would be very glad to hear about it! We are in VC 7.0.
    Points garanteed!
    Regards
    Sari

    Hi,
    In the portal, create a page and place the iView having the three input fields on top. Place the second iView below. Keep differing the second iView for every page. In this way you can make the iView with 3 input fields only in the desired pages. You can use EPCF to invoke / navigate to another iView.
    Regards
    Srinivasan T

  • Portal Page Builder Error in Portal Callable Object

    We have created a callable object in GP of type Portal Page or IView
    When we try execute the action from UWL, the following error it shows,
    The portal page builder required to execute this callable object is not available.
    The same concept we tried in 2004s, its working fine.
    Any idea about this error in ce. Highly urgent..

    Not yet answered

  • Portal Applications in Portal Page

    In the newest version of Portal (Oracle9ias Portal Release 2) I'm having the following problem:
    I have a Portal form that I created in Portal. I want to add that Portal form as a portlet in a Portal Page. I can add the Portal Form successfully into the page if I add the form as a 'Item Displayed Directly In Page Area'. However, if I chose the display as a 'Link That Displays Item In New Browser Window ' or 'Link That Displays Item In Full Browser Window', no link appears. In past versions if I selected this option a link would appear in the page that took me to the Portal Form. In this new version, the portlet is added but the link is invisible??? Is this a bug or is there something I'm missing???

    Hi,
    This is a bug. It has already been filed.
    Thanks,
    Sharmila

  • How to open NEW PORTAL PAGE from current portal page ?

    I'm very confuse with my problem.
    I have 2 portal page.
    portal page I has 2 portlet : portlet A & portlet C.
    portal page II has 2 portlet : portlet B & portlet C.
    Now my customer want : start with portal page I, when i submit portlet A, program will open portal page II.
    I don't know the way to call new portal page from current portal page. Help me, please.
    Thanks.
    Edited by: young_hero on Oct 30, 2008 1:12 AM

    Could you please help me how to call a .html page
    from a Pl/Sql procedure or trigger ?
    Thanks & Regards
    Kalyani KothaKalyani,
    Could you explain a little more exactly what you're trying to acheive? I'm not quite sure what it is you're asking for. Are you asking: "how would you/can you open a browser and direct it to a URL with PL/SQL?"
    Earl

  • How can i change the default Portal page

    When i access Portal (3.0.9) with my browser it leads me to the well known 'Welcome to Oracle Portal' page (which was installed during Portal configuration). From there i can continue to the login screen, log in and start working.
    Now, i would like to change the welcome screen to another Portal Page, one with my company's info on it. Can anyone tell me how to to it?
    Thanx
    Ben

    Just change the default page of the public user.
    Regards,
    Arnoud Koot
    Oracle Web Consultant
    http://thedoc.nl

  • How to use single frame in a page

    Hello, i would like to now how to make a frame in a page
    without having two or more, i was used to work with GoLive and
    there i could use the grid an put a single frame and make links to
    other pages that would open in that frame, it worked wel for me,
    but since I switched from golive to dreamweaver CS3 i am not able
    to do so. Is there some one how could tel me how to do so, since i
    use a lot of single frames in my pages,
    greetings

    why are you wanting to use single frames?
    They allow having the initial frame address stay in the
    address bar, and not
    show the linked page's address. The problems they cause
    usually override any
    value.
    Or- if we aren't using the same words the same way, please
    give an example
    site of what you want to do.
    Alan
    Adobe Community Expert, dreamweaver
    http://www.adobe.com/communities/experts/

  • How to show or hide portlets dynamically on a Portal Page

    Dear All
    1. I have a Portal Page with One Portlet in the top having like 5 Buttons. Each button click should display a separate portlet in the bottom on this same page.
    2. I have Top Portlet. For bottom I have 5 Portlets P1, P2, P3, P4 and P5. On my .portal file, I dragged and dropped top portlet and all these 5 Portlets one below each other.
    3. Now, I am trying to use BackingFile approach at PageLevel/Portlet level, to get the details of button clicked in top portlet (like name etc), and then show only one portlet at a time in the bottom section (using portlet backingcontext show/hide APIs). I do need to compare the bottom portlets defintion_label etc. which is fine for now.
    Is this the right approach...?
    Or do I have to use Portlet Custom Event approach. So top portlet will trigger event everytime button is clicked with some payload. And bottom 5 portlets listen to that event and show/hide accordingly. But in this approach, I have to attach backingfile to all the bottom portlets to listen to them.
    All the portlets are Pageflow based Portlets. Any ideas or any other simpler approaches, are highly appreciated.
    Thanks
    Ravi Jegga

    Hi Kevin
    1. Thanks a lot for the pointers. I will go with Events. So for bottom Portlets, I will use the same BackingFile. But still it is going to be custom Event. Because only one portlet will be shown. So its like my payload will be portlet def label. In Backing File, I will compare this payload with actual dynamic value and if same, show or hide that portlet. Please let me know if this is correct approach.
    2. Now each one of the Bottom Portlets is a complex pageflow portlet with many buttons of their own. So everytime a button is clicked or action is invoked, the Backing File gets called. And I had to somehow know that the same portlet has to be shown or the show/hide logic should not be called. Is there any way, where backing file gets called or just listen for Events triggered only from main top portlet.
    Thanks for the other message, where looks like you already gave lots of pointers. I will go through them.
    I will design and test this out and will keep you posted with my results.
    Thanks a lot again
    Ravi Jegga

Maybe you are looking for

  • How do I add another subscription to my account?

    I have taken out a subscription to Creative Cloud but I want to add another subscription to my account. How do I do this?

  • Open items also show all cancelled documents

    Hi Gurus, When the business users review all open items, it also shows any associated cancelled documents (S1, S2). Is there a way to prevent cancelled documents from showing?

  • How to put database in RESTRICTED mode ?

    Hi, in 9.2.0.6 on Windows 2003 server how to put database in RESTRICTED mode ? Many thanks before.

  • Essbase as data source 10.1.3.4

    Hi, I am trying to use Essbase as a datasource in OBIEE 10.1.3.4 - but when the source is imported I do not see any ALIAS values. Is it possible to use the EVALUATE syntax to effect a function call on Essbase - by creating a calculated column to get

  • Gap Detection & Resolution

    Hello all, I have one query regarding Gap detection & resolution. 1) On a 10.2.0.4 DB with physical standby, gap detection and resolution happened using automatic gap resolution without setting FAL_server and FAL_Client on the standby. So I would lik