Displaying multiple dynamic html pages within a single Portal folder.

Hi all,
Question: How can I display multiple dynamic html pages that are linked to each other, within a single portal folder?
History:
I have a designer/web server application (PL/SQL packakges) on Oracle
8.1.7. Early in the development process we built it into WebDB2.2 and
used folders on the left side as a navigation bar and the contents of my packages on the right side. This was easy, WebDB used Frames.
Unfortunatley I could never automatically display a PL/SQL item in the folder area.
Now I need to integrate the application into Portal 3.0 not the early adopters version, the one with 9iAS (NT for now, Unix later). I have a page/content area divided into regions and a navigation portlet on the left side containing links to PL/SQL folders whose contents are displayed on the right side. On the right side I have (for example) a Queryview. When I click on any of the buttons (i.e. Find, New), I land in a new page outside of my portal folder. This page contains a dynamically built list (from one or more DB Tables) and of course the first column contains a list of links that bring you to the individual item. How do I set my links or configure my folder to display
within the portal folder area?

Hi,
One alternate is, increase the size of your screen, for this go to the layout of your screen and increase it as much you want, and also the custom container size, so that no scroll bar will appear at least.
Other solution would be, as you said ALVs will be dynamical, it will be good to create buttons, or links on the screen based on the no of ALVs dynamically and on click of corresponding button call the corresponding ALV.
But i dont think this will serve, first check the first option.
Hope this helps u.,
Thanks & Regards,
Kiran.

Similar Messages

  • Displaying an external html page.

    Hello,
    Does any know if its possible to display an external html page within a container or area inside a flash catalyst project ?
    We have created a media gallery and would like to display it within an area of the finished Flash Catalyst project.
    Thanks,
    Antonio

    Hi Laurence,
    There are two ways to do this:
    1.  If you are developing an AIR application, you can use the HTML component to load a page inside AIR's HTML engine. Here's a post on how to do that: http://blog.everythingflex.com/2008/02/25/air-html-control/
    2.  If you are developing a browser application, you can overlay an HTML iframe on top of your Flash movie. You do this in HTML code. I've never actually done it, but here's a thread about it: http://codingforums.com/showthread.php?t=95109
    -Adam

  • Display an HTML page within a a panel

    I want to create an applet with multiple panels, and have the ability to display HTML pages within these panels. These will be HTML pages with formatting complex enough that the JEditor display won't be able to handle them. I experimented with showDocument() but that seems to only work in the main applet frame, and attempts to put a frame inside a panel did not work. I came across some postings that talked about JSObject, but got the impression that does not always work and is very browser dependant.
    Any suggestions?

    Yes JLabel supports HTML, e.g.
    public static void showHelp()
       JFrame frame = new JFrame();
       JLabel helpLabel = new JLabel();
       JLabel.setText("<HTML>This is a <b>help</b> file.</HTML>");
       frame.getContentPane().add(helpLabel);
       frame.setBounds(0,0,200,200);
       frame.setVisible(true);
    }

  • Displaying HTML page within Flash

    Hello!
    We need to display an HTML page within a Flash executable file. We request the members of this forum to kindly guide us on how to go about it.
    Looking forward to your reply.
    Thanks and Regards,
    Hayagriva Software

    flash textfield's have limited html tags they can parse so your best bet is opening an html page in another window using getURL() (as2) or navigateToURL() (as3).

  • Can I use CreatePDF to switch around the pages within a single pdf document that scanned wrong?

    I understand CreatePDF would allow me to combine documents into a single pdf file.  But, (1) can I move around (switch/correct the order of) pages within a single PDF file?  (2) Can I delete pages from a single file or a combined file?  (3) Once created, can I edit the file in any way?  If these services were available, I would likely subscribe.  I don't want to subscribe without knowing.

    Thanks for your reply.  Pardon my ignorance. Acrobat would allow me to move pages around? 
    Michele Haft Hudson, Esq.
    954-655-7020
    [email protected]
    This message was sent from my phone to expedite its delivery to you. Please excuse my brevity and any typographical errors. The content of this message is confidential and may be legally privileged. If you receive it in error, please notify me and delete it.  

  • How to display multiple lines of texts in a single rows in ALV

    Hi,
    I have a unique requirement in which i have to display multiple lines if texts for a single rows in ALV Grid. Right now in my output it is coming in single line which is not visible fully because that text is more than 255 character. So i want to display the test by splitting into multiple lines and show it on output. Please suggest some solution for this if this is possible in ALV.
    Thanks,
    Raghav

    Hi Raghavendra,
    Its not possible to display multiple line in one row of an alv, but i think you can acheive it by splitting the whole text into multiple sub-text.
    For example, if your requirement is as below:
    Field #1          Field #2
    1                    xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx(200 characters)
    2                    yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy(220 character)
    then you can break Field#2 value into say 50 character and then populate the internal table with repetative entries of Field#1 and the finally sort it by Field#1 value... as a result of which you output will be somewhat as below:
    Field#1          Field#2
    1                   xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
                         xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
    2                   yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy
                         yyyyyyyyyyyyyyyyyyyy           
    Hope it will help you in meeting your requirement.
    Regards,
    Shradha

  • How to create dynamic HTML page using PL/SQL code in APEX.

    hello,
    I am woking on one APEX application in which i want to create one dynamic HTML page on button press using PL/SQL code.
    Thanks

    It is possible to create HTML page with dynamic content. One way would be creating hidden field (e.g. P1_HTML on page 1) with dynamic HTML and on button click you redirect to page 2 and pass P1_HTML item value to item P2_HTML on page 2. On page you must have PL/SQL region. You can then render your dynamic HTML with code:
    htp.p(:P2_HTML);
    Don use APEX URL for passing HTML value. Problem and solution is described here: http://blog.trent-schafer.com/2011/04/03/dont-pass-string-parameters-in-the-url-in-apex-its-a-bad-idea/
    Edited by: MiroMas on 3.2.2012 3:20

  • How to add friendly URLs to pages within the ALUI portal?

    I want to know how to add friendly URLs (human-readable URLs that users can bookmark or type into the browser address bar) to pages within the ALUI portal.
    The portal application is developed using plumtree portlets.
    regards,
    Veeshoo

    In 6.5
    Community links look like this:
    http://your_Server/portal/server.pt/community/lockdown_console/
    Documents look like this:
    http://your_Server/portal/server.pt/document/50541/your_document_name.doc
    If your goal is for users to "type into the browser address bar" then your best bet would be dns mapping.
    At that point you could have communities with urls like:
    http://your_Community.your_Server.com
    or
    http://your_Server/your_Community
    Which is significantly easier for users

  • Display pdf in HTML page with no toolbar

    Hello again,
    After successfully embedding a pdf file in my html page using
    the object tag, I need to know now how to do the same thing without
    having the toolbars displayed. Does anyone know if this is
    possible?
    Below is the code I used to successfully display the pdf in
    the page.
    Thank you again!
    ~Suzi Sunshine~

    I have not tested this in IE 6, but just so you know, The
    embed tag for a pdf will work for all browsers including IE7 except
    Opera.
    Ex. for a 800px x 100px header....
    <embed src="example.pdf" width="800px"
    height="110px"></embed>
    In Acrobat 8 select file>properties (shortcut ctrl-d)
    Select initial view, then check hide menu, hide toolbars, hide
    window controls. For magnification select fit width.
    The above example will still show a small background border
    which I could not get rid of, but may still work for you.
    Silk

  • HTML page within a Flash Movie?

    I have an HTML page on my server that I'd like to be able to
    have inside my Flash movie, is there any way this could work? I
    don't want to use the external Text file method. I've been trying
    to use an iframe over a Flash movie to fake it but I just get all
    kinds of browser problems when I try to do that. I'd just like
    Flash to be able to display an HTML page like an iframe does. Is
    that possible?
    Thanks in advance!

    nope. this exact question gets asked here from time to time
    and the answer is really just that
    simple - no - but flash does support some HTML tags for text
    but HTML as a language is completely
    different animal from flash player.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    gadillion wrote:
    > I have an HTML page on my server that I'd like to be
    able to have inside my
    > Flash movie, is there any way this could work? I don't
    want to use the
    > external Text file method. I've been trying to use an
    iframe over a Flash
    > movie to fake it but I just get all kinds of browser
    problems when I try to do
    > that. I'd just like Flash to be able to display an HTML
    page like an iframe
    > does. Is that possible?
    >
    > Thanks in advance!
    >

  • Displaying image in html page

    hi one and all!!
    how can i display an uploaded image in same html page??
    i have uploaded that image using file input...but i couldn't able to make this image visible in the page where i want.plz write ur snippet..
    thanks!!

    A few things (also referring to the other topics in your topic spree):
    1) Chill down.
    2) Please write normal human readable English sentences.
    3) Show your effort in your problems.
    4) Ask specific coding problems. What have you written so far and what is failing exactly?
    5) Bookmark http://www.google.com and learn how to use it.
    To get straight on your initial question: you can display images in a HTML page using the <img> tag.

  • How to generate dynamic HTML pages using Swing Application?

    Hello,
    I am writing a Java application to connect to a local light-weight java database. I would like to generate and present a HTML on the fly after selecting records from a database. At server side, I could easily use JSP/Servlet to do this. How can I do this on a desktop client machine using Java application? I do not want to install Apache web server on the desktop machine. Any help will be greatly appreciated. Thanks in advance.
    Dominic

    The way u need to generate your html pages depened on what u want to generate,
    anyway what i can help with, is how to display a generated page.
    u have to use JEditorPane with HTMLEditorKit and HTMLDocument to display any HTML.
    also u can use the methods provided with the above objects to generate your html format.
    I hope I helped.

  • Can ultra search portlet search html pages stored outside of portal

    I have some html pages stored on my hard drive. I would like to search these from my portal page using the ultrasearch portlet.
    Is this possible?
    Thanks.

    In answer to your question Ultra Search can search content from a number of sources, including websites files on the file system and of course, Portal.
    The built in Portal Searching functionality can search files on a filesystem but only by creating URL items where the URL is a file:// URL that points to the file on a filesystem that is local to the Portal repository database.

  • Any "free" classes out there to display an HTML page within Applet?

    I'm not using Swing - so I'd prefer a basic HTML parser and renderer. I just want to make a simple help system for my applet -
    Any ideas?

    Yes JLabel supports HTML, e.g.
    public static void showHelp()
       JFrame frame = new JFrame();
       JLabel helpLabel = new JLabel();
       JLabel.setText("<HTML>This is a <b>help</b> file.</HTML>");
       frame.getContentPane().add(helpLabel);
       frame.setBounds(0,0,200,200);
       frame.setVisible(true);
    }

  • I need to allow my customer to edit content on an HTML page within their browser. How can it be done

    Hi,
    I have a need for my customers to be able to edit content (text and links) within a region of a page in their browser. I read about "Editable Regions" and templates but it appears that our users would need Dw installed.
    Is that true?
    If so, how do you handle security so only my customer can edit content?
    Is there another method I can use in any other of the Creative Cloud apps?
    Is there some JavaScript that can be used?
    Thanks for your help!
    Franklin

    Content Management Systems come big and small.  The right one depends on:
    your coding skills,
    which programming languages & databases your server supports (PHP, ASP, ColdFusion, etc...)
    project requirements,
    budget
    COMMERCIAL CMS
    Cushy CMS (watch the video to see how it works)
    No PHP or databases required.
    http://www.cushycms.com
    Perch
    PHP & MySql required
    http://grabaperch.com/
    Media Carbon (formerly called "Content Seed")
    No databases required
    Available in ASP or PHP "Seed" versions
    http://mediacarbon.com/
    WebAssist Power CMS Builder (Extension for DW)
    http://www.webassist.com/dreamweaver-extensions/powercms-builder/
    Adobe Business Catalyst (subscription includes CMS & web hosting)
    http://www.businesscatalyst.com/
    OPEN SOURCE
    Get Simple CMS -
    PHP, no database required.
    http://get-simple.info/
    e107 CMS
    PHP & MySql required
    http://e107.org/
    PyroCMS (built with CodeIgnitor)
    PHP & MySql required
    https://www.pyrocms.com/
    Nancy O.

Maybe you are looking for

  • How to Find Location of Error Message in MIGO Transaction

    I keep getting an error in transaction MIGO: Create account N450010 for 08/07/2007 as a cost element in controlling area BFP1. According to the functional person the account has been created. Any other way to find out besides a "where-used" on the me

  • Can we provide new f4 help for a field in a list using grid display

    Hi Gurus, Can I provide F4 help for field in edit mode for (which is not using any std. data type, uses only custom char field ) in the list displayed using CALL FUNCTION 'REUSE_ALV_GRID_DISPLAY'. I know this can be done using OOPS concepts but, I ne

  • Need step by step to get port 48705 open for Panasonic Bluray

    Classic handoff syndrome.  Brand new Panasonic Bluray connected to internet out of the box with Airport Extreme, streamed fast. Imac running Snow Leopard.  Updated Panasonic firmware and no connections.  Panasonic tech tried for a half hour and concl

  • Printing HP3030

    I keeping getting a low memory warning from the printer.  Any ideas about this?

  • Creating absence

    Hi experts i have this error when creating absence "Only records of less than one day allowed for attendance/absence type 0190" Please help !! Thanks